all repos — nixfiles @ 5470cbe9357324f078f0ff3a786f3944edde93f0

System and user configuration, managed by nix and home-manager

zsh: Source gibo completion file if present

Alan Pearce
commit

5470cbe9357324f078f0ff3a786f3944edde93f0

parent

80c7244e269f464b7fff2f1cfe501c4810d192f6

1 file changed, 5 insertions(+), 0 deletions(-)

jump to
M tag-zsh/config/zsh/zshrctag-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