Merge pull request #34325 from mtovmassian/fix-zh-bash-alias-auto-completion

[zh] Update Bash alias auto-completion
This commit is contained in:
Kubernetes Prow Robot
2022-06-16 17:34:31 -07:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
@@ -56,7 +56,7 @@ echo "source <(kubectl completion bash)" >> ~/.bashrc # 在您的 bash shell 中
```bash
alias k=kubectl
complete -F __start_kubectl k
complete -o default -F __start_kubectl k
```
### ZSH