]> src.twobees.de Git - dotfiles.git/blobdiff - stow/oh-my-zsh/.oh-my-zsh/plugins/kn/kn.plugin.zsh
rm oh-my-zsh
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / kn / kn.plugin.zsh
diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/kn/kn.plugin.zsh b/stow/oh-my-zsh/.oh-my-zsh/plugins/kn/kn.plugin.zsh
deleted file mode 100644 (file)
index f60177d..0000000
+++ /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