diff options
Diffstat (limited to 'zsh/.config')
-rw-r--r-- | zsh/.config/zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index edd26451..e1ff1dd3 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 |