Open moicalcob opened 2 years ago
The autocompletion for kubectl is not working on macOS. I've tried some different approaches to configure it, but it's not working 😞
Add the autocompletion script directly in .zshrc:
Create a file called _kubectl inside the completions folder in the .dotfiles folder with the autocompletion script content
_kubectl
Have you tried to do a dot zsh reload_completions (requires to restart the terminal) after adding?
dot zsh reload_completions
Yes @gtrabanco! I did dot shell zsh reload_completions and it didn't work
dot shell zsh reload_completions
The autocompletion for kubectl is not working on macOS. I've tried some different approaches to configure it, but it's not working 😞
Add the autocompletion script directly in .zshrc:
Create a file called
_kubectl
inside the completions folder in the .dotfiles folder with the autocompletion script content