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