mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-08-16 13:29:28 +02:00
8 lines
144 B
Bash
Executable File
8 lines
144 B
Bash
Executable File
# Autocompletion for helm.
|
|
#
|
|
# Copy from kubectl : https://github.com/pstadler
|
|
|
|
if [ $commands[helm] ]; then
|
|
source <(helm completion zsh)
|
|
fi
|