diff --git a/customscripts/install_script.sh b/customscripts/install_script.sh index 133b9c2..b2346bd 100644 --- a/customscripts/install_script.sh +++ b/customscripts/install_script.sh @@ -30,11 +30,11 @@ userhome=/home/$username # figure oot da sehell if [[ "$SHELL" =~ bash$ ]]; then rcfile="$userhome/.bashrc" -elif [[ "$SHELL" =~ zsh$ ]]; then - rcfile="$userhome/.zshrc" -else - echo -e "Die: Unsupported Shell"; - exit 1 +# elif [[ "$SHELL" =~ zsh$ ]]; then +# rcfile="$userhome/.zshrc" +# else +# echo -e "Die: Unsupported Shell"; +# exit 1 fi echo -e "\nusing rcfile $rcfile\n"