workan on install scripp

This commit is contained in:
2025-12-16 17:18:51 -07:00
parent c5eb1f659f
commit 389b33ce26
+5 -5
View File
@@ -30,11 +30,11 @@ userhome=/home/$username
# figure oot da sehell # figure oot da sehell
if [[ "$SHELL" =~ bash$ ]]; then if [[ "$SHELL" =~ bash$ ]]; then
rcfile="$userhome/.bashrc" rcfile="$userhome/.bashrc"
elif [[ "$SHELL" =~ zsh$ ]]; then # elif [[ "$SHELL" =~ zsh$ ]]; then
rcfile="$userhome/.zshrc" # rcfile="$userhome/.zshrc"
else # else
echo -e "Die: Unsupported Shell"; # echo -e "Die: Unsupported Shell";
exit 1 # exit 1
fi fi
echo -e "\nusing rcfile $rcfile\n" echo -e "\nusing rcfile $rcfile\n"