From b08827a11641e0ebcd0952d56415238c297b4b72 Mon Sep 17 00:00:00 2001 From: Ryan Bakkes Date: Sat, 27 Aug 2022 19:54:45 +0200 Subject: [PATCH] Update 'install.sh' --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f7e1b61..a76c42b 100755 --- a/install.sh +++ b/install.sh @@ -43,7 +43,7 @@ zsh_prompt() { if [[ ${zshOption,,} = "n" ]]; then return elif [[ ${zshOption,,} = "y" ]]; then - echo "nice choice lets use zsh" + sh ../applications/Oh-MY-ZSH.sh fi }