diff options
author | Alan Pearce | 2017-04-25 12:43:58 +0200 |
---|---|---|
committer | Alan Pearce | 2017-04-25 12:43:58 +0200 |
commit | 7aa006027e6a4d267bdfde0d5a3cf9a3a0377221 (patch) | |
tree | 1d30dfa17a759d62a13ddc50267f5edd5d044eb0 | |
parent | cf8274074e6eb6b8f35003a92fae1d90d8e1981d (diff) | |
download | nixfiles-7aa006027e6a4d267bdfde0d5a3cf9a3a0377221.tar.lz nixfiles-7aa006027e6a4d267bdfde0d5a3cf9a3a0377221.tar.zst nixfiles-7aa006027e6a4d267bdfde0d5a3cf9a3a0377221.zip |
zsh: Install ghq completion
-rw-r--r-- | zsh/.config/zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index db32627a..62feedc2 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 |