mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
feat(kn): add plugin for kn completion (#8927)
This commit is contained in:
8
plugins/kn/kn.plugin.zsh
Normal file
8
plugins/kn/kn.plugin.zsh
Normal file
@@ -0,0 +1,8 @@
|
||||
# Autocompletion for kn, the command line interface for knative
|
||||
#
|
||||
# Author: https://github.com/btannous
|
||||
|
||||
if [ $commands[kn] ]; then
|
||||
source <(kn completion zsh)
|
||||
compdef _kn kn
|
||||
fi
|
||||
Reference in New Issue
Block a user