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

From wikieduonline
Jump to navigation Jump to search
Line 9: Line 9:
 
== Related ==
 
== Related ==
 
* [[source (Bash build-in)]]
 
* [[source (Bash build-in)]]
 +
 +
[[Category:Shell]]

Revision as of 06:32, 2 February 2023


source <(kubectl completion zsh)  # setup autocomplete in zsh into the current shell
echo '[[ $commands[kubectl] ]] && source <(kubectl completion zsh)' >> ~/.zshrc # add autocomplete permanently to your zsh shell
[1]


Related

  • https://kubernetes.io/docs/reference/kubectl/cheatsheet/
  • Advertising: