mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-25 17:49:50 +00:00
feat(kompost): Add plugin for kompose (#7729)
Co-authored-by: Kevin S Kirkup <kevin.kirkup@pureport.com>
This commit is contained in:
3
plugins/kompose/kompose.plugin.zsh
Normal file
3
plugins/kompose/kompose.plugin.zsh
Normal file
@@ -0,0 +1,3 @@
|
||||
if [ $commands[kompose] ]; then
|
||||
source <(kompose completion zsh)
|
||||
fi
|
||||
Reference in New Issue
Block a user