mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
zsh: add completion styles
This commit is contained in:
parent
2fb53e6f2b
commit
6e17084112
|
@ -17,6 +17,9 @@ source <(antibody init)
|
||||||
export ANTIBODY="$(antibody home)"
|
export ANTIBODY="$(antibody home)"
|
||||||
antibody bundle < "$DOTFILES/antibody_plugins.txt"
|
antibody bundle < "$DOTFILES/antibody_plugins.txt"
|
||||||
|
|
||||||
|
# Setup completion style
|
||||||
|
source $DOTFILES/completion_style.zsh
|
||||||
|
|
||||||
if [[ "$(command -v systemctl)" ]]; then
|
if [[ "$(command -v systemctl)" ]]; then
|
||||||
antibody bundle robbyrussell/oh-my-zsh path:plugins/systemd
|
antibody bundle robbyrussell/oh-my-zsh path:plugins/systemd
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user