diff options
author | Alan Pearce | 2018-07-05 15:18:15 +0200 |
---|---|---|
committer | Alan Pearce | 2018-07-05 15:18:15 +0200 |
commit | 5bf3f7b115fe8ef3e5ea13e45e08d15553e2f2ba (patch) | |
tree | e79af62f469b28a02231c54665506fb9b3683917 | |
parent | 8556503fa0cde96c0e91b12687afecc414a14826 (diff) | |
download | dotfiles-5bf3f7b115fe8ef3e5ea13e45e08d15553e2f2ba.tar.lz dotfiles-5bf3f7b115fe8ef3e5ea13e45e08d15553e2f2ba.tar.zst dotfiles-5bf3f7b115fe8ef3e5ea13e45e08d15553e2f2ba.zip |
zsh: Setup helm completion more reliably
-rw-r--r-- | zsh/.config/zsh/.zshrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index e829143..3bec9e0 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -172,15 +172,15 @@ then source ${$(readlink =gcloud):h}/../etc/bash_completion.d/gcloud.inc fi -zplugin ice atinit 'zpcompinit; zpcdreplay -q' -zplugin light "zdharma/fast-syntax-highlighting" - if [[ -n $commands[helm] ]] then autoload _helm compdef _helm helm fi +zplugin ice atinit 'zpcompinit; zpcdreplay -q' +zplugin light "zdharma/fast-syntax-highlighting" + # General configuration if [[ -n $commands[gpg2] && -z $commands[gpg] ]] |