mirror of https://git.xinb.cc/xinb/ohmyzsh.git
Added: Helm plugins (#6265)
This commit is contained in:
parent
b53fbc36c1
commit
9edb3fceba
|
@ -0,0 +1,7 @@
|
|||
# Autocompletion for helm.
|
||||
#
|
||||
# Copy from kubectl : https://github.com/pstadler
|
||||
|
||||
if [ $commands[helm] ]; then
|
||||
source <(helm completion zsh)
|
||||
fi
|
Loading…
Reference in New Issue