defaulting to bash now

This commit is contained in:
2025-08-18 18:01:40 -06:00
parent ee91c0ca43
commit 13d780498c
4 changed files with 8 additions and 7 deletions
+3 -3
View File
@@ -43,7 +43,7 @@ else
exit
fi
rcFile="$HOME/.zshrc" # absolute path only
rcFile="$HOME/.bashrc" # absolute path only
# get us our FUCKING ALIASES HOLY FUCK GOD DAMN SHIT FUCK IT\
source "$rcFile" 2>/dev/null # >2?/dev/null is to redirect any errors
@@ -552,8 +552,8 @@ elif [[ "$arg" == "interactive" || "$arg" == "install" || "$arg" == "i" ]]; then
echo "Enter git branch to pull from, default: $gitBranch"
read readGitBranch
echo "Enter full path to rc file (.bashrc, .zshrc) default: $rcFile"
echo "Enter full path to rc file (/home/user/.bashrc, /home/user/.zshrc) default: $rcFile"
read readRcFile
echo "Enter numeber of jobs to download from github with, default: $gitJobs"