dotfiles/zsh/.oh-my-zsh/plugins/kops/kops.plugin.zsh

4 lines
64 B
Bash

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