diff options
author | Alan Pearce | 2017-06-13 10:11:13 +0200 |
---|---|---|
committer | Alan Pearce | 2017-06-13 10:11:13 +0200 |
commit | 867f8a4c5eefcce37933a20c06f5f82585561f43 (patch) | |
tree | 6e35d48486b8de696a74e468e00129c00934f26f | |
parent | de9b9c137bb1cb3d8ed3f4c4ab4a98e9fb150b5c (diff) | |
download | dotfiles-867f8a4c5eefcce37933a20c06f5f82585561f43.tar.lz dotfiles-867f8a4c5eefcce37933a20c06f5f82585561f43.tar.zst dotfiles-867f8a4c5eefcce37933a20c06f5f82585561f43.zip |
zsh: Load ghq's zsh integration via zplugin
-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 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 |