feat: move configuration files inside home folder
This commit is contained in:
8
home/.config/zsh/ohmyzsh/plugins/kn/kn.plugin.zsh
Normal file
8
home/.config/zsh/ohmyzsh/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