Difference between revisions of "~/.zshrc"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
  (no output)
 
  (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
+
 
 +
<code>[[echo]] "export PATH=[[$HOME/brew/bin]]:$PATH" >> ~/.zshrc</code>
  
  

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: