Skip to content

Commit

Permalink
make bash default; no need for starship. Fix #20
Browse files Browse the repository at this point in the history
  • Loading branch information
pathikrit committed Dec 8, 2023
1 parent 9d9077f commit 2a3732e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Expand Up @@ -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[@]}"
Expand Down

0 comments on commit 2a3732e

Please sign in to comment.