zsh: add completion styles

pull/6/head
bretello 2022-08-12 15:45:38 +02:00
parent 2fb53e6f2b
commit 6e17084112
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 3 additions and 0 deletions

View File

@ -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