diff options
Diffstat (limited to 'zsh/.config')
-rw-r--r-- | zsh/.config/zsh/.zshrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 2d805646..e8291430 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -175,6 +175,12 @@ fi zplugin ice atinit 'zpcompinit; zpcdreplay -q' zplugin light "zdharma/fast-syntax-highlighting" +if [[ -n $commands[helm] ]] +then + autoload _helm + compdef _helm helm +fi + # General configuration if [[ -n $commands[gpg2] && -z $commands[gpg] ]] |