diff options
Diffstat (limited to 'zsh/oh-my-zsh/plugins/kn/kn.plugin.zsh')
-rw-r--r-- | zsh/oh-my-zsh/plugins/kn/kn.plugin.zsh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/zsh/oh-my-zsh/plugins/kn/kn.plugin.zsh b/zsh/oh-my-zsh/plugins/kn/kn.plugin.zsh deleted file mode 100644 index f60177d..0000000 --- a/zsh/oh-my-zsh/plugins/kn/kn.plugin.zsh +++ /dev/null @@ -1,8 +0,0 @@ -# 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 |