mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 22:20:51 +00:00
Add zsh compatibility note completion
cmd help
This commit is contained in:
@@ -42,10 +42,11 @@ $ brew install bash-completion
|
||||
$ source $(brew --prefix)/etc/bash_completion
|
||||
$ source <(kubectl completion bash)
|
||||
|
||||
If you use zsh, the following will load kubectl zsh completion:
|
||||
If you use zsh*, the following will load kubectl zsh completion:
|
||||
|
||||
$ source <(kubectl completion zsh)
|
||||
`
|
||||
|
||||
* zsh completions are only supported in versions of zsh >= 5.2`
|
||||
)
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user