config/oh-my-zsh/plugins/kops/kops.plugin.zsh
2023-02-27 20:04:56 +05:30

3 lines
64 B
Bash

if [ $commands[kops] ]; then
source <(kops completion zsh)
fi