ohmyzsh/plugins/kompose/kompose.plugin.zsh

3 lines
70 B
Bash
Executable file

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