1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-14 11:20:41 +01:00

Add plugin for kompose

This commit is contained in:
Kevin S Kirkup
2019-04-03 08:42:37 -04:00
parent 3a6bf6bd26
commit 766cff650c
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
if [ $commands[kompose] ]; then
source <(kompose completion zsh)
fi