From 5470cbe9357324f078f0ff3a786f3944edde93f0 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 9 Sep 2014 20:25:48 +0100 Subject: zsh: Source gibo completion file if present --- tag-zsh/config/zsh/zshrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tag-zsh') 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 -- cgit 1.4.1