zsh: Load ghq's zsh integration via zplugin
Alan Pearce alan@alanpearce.eu
Tue, 13 Jun 2017 10:11:13 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M zsh/.config/zsh/.zshrc → zsh/.config/zsh/.zshrc
@@ -145,7 +145,7 @@ fi if [[ -n $commands[ghq] ]] then - fpath+=("${GOPATH:=$HOME/go}/src/github.com/motemen/ghq/zsh/") + zplugin load "${GOPATH:=$HOME/go}/src/github.com/motemen/ghq/zsh/" fi autoload -Uz compinit