summary refs log tree commit diff stats
path: root/tag-zsh
diff options
context:
space:
mode:
authorAlan Pearce2014-09-09 20:25:48 +0100
committerAlan Pearce2014-09-09 20:25:48 +0100
commit5470cbe9357324f078f0ff3a786f3944edde93f0 (patch)
tree41a5917a9fa4293d900b1e8422741f5273b1043f /tag-zsh
parent80c7244e269f464b7fff2f1cfe501c4810d192f6 (diff)
downloaddotfiles-5470cbe9357324f078f0ff3a786f3944edde93f0.tar.lz
dotfiles-5470cbe9357324f078f0ff3a786f3944edde93f0.tar.zst
dotfiles-5470cbe9357324f078f0ff3a786f3944edde93f0.zip
zsh: Source gibo completion file if present
Diffstat (limited to 'tag-zsh')
-rwxr-xr-xtag-zsh/config/zsh/zshrc5
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