summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--zsh/.config/zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc
index edd2645..e1ff1dd 100644
--- a/zsh/.config/zsh/.zshrc
+++ b/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