Files
oh-my-zsh/plugins/kompose/kompose.plugin.zsh
T
2025-09-01 11:28:12 -07:00

4 lines
70 B
Bash

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