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

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user 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]]
 
* [[Include]]
 
* [[source (Bash build-in)]]
 
* [[source (Bash build-in)]]

Latest revision as of 14:35, 14 December 2023

Advertising: