summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2017-06-13 10:11:13 +0200
committerAlan Pearce2017-06-13 10:11:13 +0200
commit867f8a4c5eefcce37933a20c06f5f82585561f43 (patch)
tree6e35d48486b8de696a74e468e00129c00934f26f /zsh
parentde9b9c137bb1cb3d8ed3f4c4ab4a98e9fb150b5c (diff)
downloaddotfiles-867f8a4c5eefcce37933a20c06f5f82585561f43.tar.lz
dotfiles-867f8a4c5eefcce37933a20c06f5f82585561f43.tar.zst
dotfiles-867f8a4c5eefcce37933a20c06f5f82585561f43.zip
zsh: Load ghq's zsh integration via zplugin
Diffstat (limited to 'zsh')
-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