dot_files/dot_oh-my-zsh/plugins/kops/kops.plugin.zsh
Viktor Barzin 58ef6d327f initial
2025-11-22 22:51:27 +00:00

3 lines
64 B
Bash

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