Fix zsh completion setup

This commit is contained in:
Brad Beck
2021-10-28 10:02:50 -05:00
parent 891953ec20
commit b48ddd9e90
9 changed files with 9 additions and 9 deletions
@@ -450,7 +450,7 @@ Nếu bạn có alias cho kubectl, bạn có thể mở rộng shell completion
```shell
echo 'alias k=kubectl' >>~/.zshrc
echo 'complete -F __start_kubectl k' >>~/.zshrc
echo 'compdef __start_kubectl k' >>~/.zshrc
```
Sau khi tải lại shell, kubectl autocompletion sẽ hoạt động.