all repos — nixfiles @ 606dd4aebd11b0e483ec812aa2bca9a87ee869d7

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

zsh: Ensure ghq completion is installed

Alan Pearce
commit

606dd4aebd11b0e483ec812aa2bca9a87ee869d7

parent

867f8a4c5eefcce37933a20c06f5f82585561f43

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

jump to
M zsh/.config/zsh/.zshrczsh/.config/zsh/.zshrc
@@ -153,6 +153,11 @@ compinit
zplugin cdreplay -q +if [[ -n $commands[ghq] && -z $functions[_ghq] ]] +then + zplugin creinstall "${GOPATH:=$HOME/go}/src/github.com/motemen/ghq/zsh/" +fi + # General configuration if [[ -n $commands[hub] ]]