Merge pull request #30294 from bradbeck/zsh-completion
Fix zsh completion setup
This commit is contained in:
@@ -32,7 +32,7 @@ If you have an alias for kubectl, you can extend shell completion to work with t
|
||||
|
||||
```zsh
|
||||
echo 'alias k=kubectl' >>~/.zshrc
|
||||
echo 'complete -F __start_kubectl k' >>~/.zshrc
|
||||
echo 'compdef __start_kubectl k' >>~/.zshrc
|
||||
```
|
||||
|
||||
<!--
|
||||
|
||||
Reference in New Issue
Block a user