zsh: Source gibo completion file if present
Alan Pearce alan@alanpearce.co.uk
Tue, 09 Sep 2014 20:25:48 +0100
1 files changed, 5 insertions(+), 0 deletions(-)
jump to
M tag-zsh/config/zsh/zshrc → 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