1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-21 19:11:30 +01:00

zsh: add completion styles

This commit is contained in:
bretello 2022-08-12 15:45:38 +02:00
parent 2fb53e6f2b
commit 6e17084112
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

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