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 }