all repos — nixfiles @ 867f8a4c5eefcce37933a20c06f5f82585561f43

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

zsh: Load ghq's zsh integration via zplugin
Alan Pearce alan@alanpearce.eu
Tue, 13 Jun 2017 10:11:13 +0200
commit

867f8a4c5eefcce37933a20c06f5f82585561f43

parent

de9b9c137bb1cb3d8ed3f4c4ab4a98e9fb150b5c

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M zsh/.config/zsh/.zshrczsh/.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