Difference between revisions of "~/.zshrc"

From wikieduonline
Jump to navigation Jump to search
 
Line 4: Line 4:
 
  (no output)
 
  (no output)
  
   echo '[[ $commands[kubectl] ]] && source <(kubectl completion zsh)' >> [[~/.zshrc]] # add autocomplete permanently to your zsh shell
+
   echo '[[ $commands[kubectl] ]] && source <([[kubectl completion zsh]])' >> ~/.zshrc # add autocomplete permanently to your zsh shell
  
  

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: