all repos — nixfiles @ a40bbd7594607b4727a7cf79a4ec1b178842d147

System and user configuration, managed by nix and home-manager

zsh: load helm completion

Alan Pearce
commit

a40bbd7594607b4727a7cf79a4ec1b178842d147

parent

968995393b74f81f88627550b5a269465476db97

1 file changed, 6 insertions(+), 0 deletions(-)

jump to
M zsh/.config/zsh/.zshrczsh/.config/zsh/.zshrc
@@ -175,6 +175,12 @@
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] ]]