From 2a3732ecf761fccca2721353d171401434681f55 Mon Sep 17 00:00:00 2001 From: Pathikrit Bhowmick Date: Fri, 8 Dec 2023 09:50:33 -0500 Subject: [PATCH] make bash default; no need for starship. Fix #20 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e6d9abb..0700b05 100755 --- a/install.sh +++ b/install.sh @@ -257,7 +257,7 @@ alias cat=bat echo "Setting up bash prompt ..." # shellcheck source=/dev/null (cd /tmp && ([[ -d sexy-bash-prompt ]] || git clone --depth 1 --config core.autocrlf=false https://github.com/twolfson/sexy-bash-prompt) && cd sexy-bash-prompt && make install) && source ~/.bashrc - +chsh -s /bin/bash echo "Installing secondary packages ..." install 'pip3 install --upgrade' "${pips[@]}"