kubectl.plugin.zsh 183 B

1234567
  1. # Autocompletion for kubectl, the command line interface for Kubernetes
  2. #
  3. # Author: https://github.com/pstadler
  4. if [ $commands[kubectl] ]; then
  5. source <(kubectl completion zsh)
  6. fi