all repos — nixfiles @ 867f8a4c5eefcce37933a20c06f5f82585561f43

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

zsh: Load ghq's zsh integration via zplugin

Alan Pearce
commit

867f8a4c5eefcce37933a20c06f5f82585561f43

parent

de9b9c137bb1cb3d8ed3f4c4ab4a98e9fb150b5c

1 file changed, 1 insertion(+), 1 deletion(-)

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