mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
Added: Helm plugins (#6265)
This commit is contained in:
parent
b53fbc36c1
commit
9edb3fceba
1 changed files with 7 additions and 0 deletions
7
plugins/helm/helm.plugin.zsh
Normal file
7
plugins/helm/helm.plugin.zsh
Normal file
|
@ -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 a new issue