Files
config/.oh-my-zsh/plugins/kops/kops.plugin.zsh
2025-07-22 16:18:19 +01:00

4 lines
64 B
Bash
Executable File

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