CodelyTV / dotly

🌚 Modular and easy to customize dotfiles framework
https://codely.com/cursos
MIT License
1.2k stars 117 forks source link

Kubectl completion doesn't work on macOS #206

Open moicalcob opened 2 years ago

moicalcob commented 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 😞

gtrabanco commented 2 years ago

Have you tried to do a dot zsh reload_completions (requires to restart the terminal) after adding?

moicalcob commented 2 years ago

Yes @gtrabanco! I did dot shell zsh reload_completions and it didn't work