0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Added: Helm plugins (#6265)

This commit is contained in:
Vincent 2017-11-06 22:49:27 +08:00 committed by Robby Russell
parent b53fbc36c1
commit 9edb3fceba

View file

@ -0,0 +1,7 @@
# Autocompletion for helm.
#
# Copy from kubectl : https://github.com/pstadler
if [ $commands[helm] ]; then
source <(helm completion zsh)
fi