Difference between revisions of "~/.zshrc"

From wikieduonline
Jump to navigation Jump to search
 
(4 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>
  
  
Line 12: Line 14:
 
* <code>[[export]]</code>
 
* <code>[[export]]</code>
 
* <code>[[.zprofile]]</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: