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

zsh: fix apt antibody command

This commit is contained in:
bretello 2021-10-07 20:29:02 +02:00
parent a8039caf58
commit 92e0591129
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

@ -26,7 +26,7 @@ if [[ "$(command -v systemctl)" ]]; then
fi
if [[ "$(command -v pacman)" ]]; then
antibody bundle robbyrussell/oh-my-zsh path:plugins/archlinux
elif [[ "$(command -v apt)" ]]; then
elif [[ "$(command -v apt-get)" ]]; then
antibody bundle robbyrussell/oh-my-zsh path:plugins/debian
fi