From 92e0591129716fac6852f3b4c2d1bbafb60cb4e7 Mon Sep 17 00:00:00 2001 From: bretello Date: Thu, 7 Oct 2021 20:29:02 +0200 Subject: [PATCH] zsh: fix apt antibody command --- brethil_dotfile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brethil_dotfile.sh b/brethil_dotfile.sh index 54648d7..3f9a36b 100755 --- a/brethil_dotfile.sh +++ b/brethil_dotfile.sh @@ -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