Merge pull request #32127 from mtovmassian/fix-en-bash-alias-auto-completion

[en] Update Bash alias auto-completion
This commit is contained in:
Kubernetes Prow Robot
2022-06-13 21:11:34 -07:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
@@ -30,7 +30,7 @@ You can also use a shorthand alias for `kubectl` that also works with completion
```bash
alias k=kubectl
complete -F __start_kubectl k
complete -o default -F __start_kubectl k
```
### ZSH