jesus fucvk fix4es

This commit is contained in:
2025-08-18 22:16:11 -06:00
parent 2f4c8748bf
commit 486efff326
+1 -1
View File
@@ -17,9 +17,9 @@ else
installDir="$defaultInstallDir" installDir="$defaultInstallDir"
fi fi
# i dont think i actually need this lmfaso
# detect shell and act accordingly # detect shell and act accordingly
defShell=$(awk -F: -v user="$(whoami)" '$1 == user {print $NF}' /etc/passwd) defShell=$(awk -F: -v user="$(whoami)" '$1 == user {print $NF}' /etc/passwd)
if [[ "$defShell" =~ zsh$ ]]; then if [[ "$defShell" =~ zsh$ ]]; then
echo -e "\nSelected zsh shell automatically\n" echo -e "\nSelected zsh shell automatically\n"
rcFile="$HOME/.zshrc" rcFile="$HOME/.zshrc"