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
@@ -472,7 +472,7 @@ Jika kamu menggunakan alias untuk `kubectl`, kamu masih dapat menggunakan fitur
```shell
echo 'alias k=kubectl' >>~/.zshrc
echo 'complete -F __start_kubectl k' >>~/.zshrc
echo 'compdef __start_kubectl k' >>~/.zshrc
```
Setelah memuat ulang terminal, penyelesaian otomatis dari `kubectl` seharusnya sudah dapat bekerja.