Difference between revisions of "~/.zshrc"

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

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

See also

Advertising: