zsh: Ensure ghq completion is installed
Alan Pearce alan@alanpearce.eu
Tue, 13 Jun 2017 12:09:20 +0200
1 files changed, 5 insertions(+), 0 deletions(-)
jump to
M zsh/.config/zsh/.zshrc → zsh/.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] ]]