From 6e170841128df8bde5de911be89dc8f753f743f8 Mon Sep 17 00:00:00 2001 From: bretello Date: Fri, 12 Aug 2022 15:45:38 +0200 Subject: [PATCH] zsh: add completion styles --- brethil_dotfile.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/brethil_dotfile.sh b/brethil_dotfile.sh index 8030be5..fca01e2 100755 --- a/brethil_dotfile.sh +++ b/brethil_dotfile.sh @@ -17,6 +17,9 @@ source <(antibody init) export ANTIBODY="$(antibody home)" antibody bundle < "$DOTFILES/antibody_plugins.txt" +# Setup completion style +source $DOTFILES/completion_style.zsh + if [[ "$(command -v systemctl)" ]]; then antibody bundle robbyrussell/oh-my-zsh path:plugins/systemd fi