summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2017-04-25 12:43:58 +0200
committerAlan Pearce2017-04-25 12:43:58 +0200
commit7aa006027e6a4d267bdfde0d5a3cf9a3a0377221 (patch)
tree1d30dfa17a759d62a13ddc50267f5edd5d044eb0 /zsh
parentcf8274074e6eb6b8f35003a92fae1d90d8e1981d (diff)
downloaddotfiles-7aa006027e6a4d267bdfde0d5a3cf9a3a0377221.tar.lz
dotfiles-7aa006027e6a4d267bdfde0d5a3cf9a3a0377221.tar.zst
dotfiles-7aa006027e6a4d267bdfde0d5a3cf9a3a0377221.zip
zsh: Install ghq completion
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.config/zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc
index db32627..62feedc 100644
--- a/zsh/.config/zsh/.zshrc
+++ b/zsh/.config/zsh/.zshrc
@@ -17,6 +17,7 @@ zplug "gerges/oh-my-zsh-jira-plus", as:plugin, if:"[[ ${(SN)HOST%spotcap} ]]"
 zplug "plugins/yarn", from:oh-my-zsh, defer:2, if:"[[ -n $commands[yarn] ]]", defer:2
 zplug "lukechilds/zsh-better-npm-completion", if:"[[ -n $commands[npm] ]]", defer:2
 zplug "hlissner/zsh-autopair", defer:2
+zplug "${GOPATH:=$HOME/go}/src/github.com/motemen/ghq/zsh/", from:local, if:"[[ -n $commands[ghq] ]]", defer:2
 
 HISTSIZE=3000
 SAVEHIST=10000