Difference between revisions of "~/.zshrc"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(9 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>
  
  
Line 6: Line 13:
 
* <code>[[.bashrc]]</code>
 
* <code>[[.bashrc]]</code>
 
* <code>[[export]]</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: