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:
parent
a8039caf58
commit
92e0591129
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user