feat(kompost): Add plugin for kompose (#7729)

Co-authored-by: Kevin S Kirkup <kevin.kirkup@pureport.com>
This commit is contained in:
Kevin S Kirkup 2025-09-01 14:28:12 -04:00 committed by GitHub
commit 10b750af26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 0 deletions

View file

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