From 389b33ce267417caf98b8f239b594f557628ad7a Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 16 Dec 2025 17:18:51 -0700 Subject: [PATCH] workan on install scripp --- customscripts/install_script.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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"