Difference between revisions of "Source (shell built-in)"

From wikieduonline
Jump to navigation Jump to search
 
(3 intermediate revisions by 3 users not shown)
Line 5: Line 5:
 
  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
 
  <ref>https://kubernetes.io/docs/reference/kubectl/cheatsheet/</ref>
 
  <ref>https://kubernetes.io/docs/reference/kubectl/cheatsheet/</ref>
 +
 +
source [[/etc/os-release]]
  
  
 
== Related ==
 
== Related ==
 +
* [[compdef]]
 +
* [[Include]]
 
* [[source (Bash build-in)]]
 
* [[source (Bash build-in)]]
 +
 +
== See also ==
 +
* {{bash}}
  
 
[[Category:Shell]]
 
[[Category:Shell]]

Latest revision as of 14:35, 14 December 2023

Advertising: