This commit is contained in:
2019-04-15 17:43:28 +02:00
parent 81a47b3dad
commit a7e167208f
+2 -2
View File
@@ -88,13 +88,13 @@ configure_zsh() {
return return
fi fi
test_command -v git test_command git
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
yes_no_ask_required "you'll need git for this, do you wish to install git ?" yes_no_ask_required "you'll need git for this, do you wish to install git ?"
install git install git
fi fi
test_command -v zsh test_command zsh
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
yes_no_ask_required "this magnificent prompt is based on zsh, do you wish to install zsh ?" yes_no_ask_required "this magnificent prompt is based on zsh, do you wish to install zsh ?"
install zsh install zsh