From 486efff3261fbda3354eba5c9dee1ea0f2c01974 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Mon, 18 Aug 2025 22:16:11 -0600 Subject: [PATCH] jesus fucvk fix4es --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 74197e9..a060734 100644 --- a/install.sh +++ b/install.sh @@ -17,9 +17,9 @@ else installDir="$defaultInstallDir" fi +# i dont think i actually need this lmfaso # detect shell and act accordingly defShell=$(awk -F: -v user="$(whoami)" '$1 == user {print $NF}' /etc/passwd) - if [[ "$defShell" =~ zsh$ ]]; then echo -e "\nSelected zsh shell automatically\n" rcFile="$HOME/.zshrc"