diff options
author | Alan Pearce | 2014-09-09 20:25:48 +0100 |
---|---|---|
committer | Alan Pearce | 2014-09-09 20:25:48 +0100 |
commit | 5470cbe9357324f078f0ff3a786f3944edde93f0 (patch) | |
tree | 41a5917a9fa4293d900b1e8422741f5273b1043f /tag-zsh/config/zsh | |
parent | 80c7244e269f464b7fff2f1cfe501c4810d192f6 (diff) | |
download | dotfiles-5470cbe9357324f078f0ff3a786f3944edde93f0.tar.lz dotfiles-5470cbe9357324f078f0ff3a786f3944edde93f0.tar.zst dotfiles-5470cbe9357324f078f0ff3a786f3944edde93f0.zip |
zsh: Source gibo completion file if present
Diffstat (limited to 'tag-zsh/config/zsh')
-rwxr-xr-x | tag-zsh/config/zsh/zshrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index f8a3531..f82d9b7 100755 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -383,6 +383,11 @@ else echo "fasd init file is missing." fi +if [[ -e /etc/gibo/gibo-completion.zsh ]] +then + source /etc/gibo/gibo-completion.zsh +fi + case $os in freebsd) source $ZDOTDIR/freebsd.zsh |