Update 'install.sh'

This commit is contained in:
Ryan Bakkes 2022-08-27 19:54:45 +02:00
parent 9e02989b18
commit b08827a116

View File

@ -43,7 +43,7 @@ zsh_prompt() {
if [[ ${zshOption,,} = "n" ]]; then if [[ ${zshOption,,} = "n" ]]; then
return return
elif [[ ${zshOption,,} = "y" ]]; then elif [[ ${zshOption,,} = "y" ]]; then
echo "nice choice lets use zsh" sh ../applications/Oh-MY-ZSH.sh
fi fi
} }