Difference between revisions of "~/.zshrc"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{Draft}} == Related terms == * <code>.bashrc</code> == See also == * {{zsh}} * {{shells}} * {{C}} Category:MacOS Category:Shells")
 
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Draft}}
 
{{Draft}}
  
 +
[[touch]] ~/.zshrc
 +
(no output)
 +
 +
  echo '[[ $commands[kubectl] ]] && source <([[kubectl completion zsh]])' >> ~/.zshrc # add autocomplete permanently to your zsh shell
 +
 +
 +
<code>[[echo]] "export PATH=[[$HOME/brew/bin]]:$PATH" >> ~/.zshrc</code>
  
  
 
== Related terms ==
 
== Related terms ==
 
* <code>[[.bashrc]]</code>
 
* <code>[[.bashrc]]</code>
 +
* <code>[[export]]</code>
 +
* <code>[[.zprofile]]</code>
 +
* [[HSTR]]
  
 
== See also ==
 
== See also ==

Latest revision as of 05:48, 26 September 2022

This article is a Draft. Help us to complete it.
touch ~/.zshrc
(no output)
 echo '[[ $commands[kubectl] ]] && source <(kubectl completion zsh)' >> ~/.zshrc # add autocomplete permanently to your zsh shell


echo "export PATH=$HOME/brew/bin:$PATH" >> ~/.zshrc


Related terms[edit]

See also[edit]

Advertising: