Skip to content

Commit 2a3732e

Browse files
authored
make bash default; no need for starship. Fix #20
1 parent 9d9077f commit 2a3732e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ alias cat=bat
257257
echo "Setting up bash prompt ..."
258258
# shellcheck source=/dev/null
259259
(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
260-
260+
chsh -s /bin/bash
261261

262262
echo "Installing secondary packages ..."
263263
install 'pip3 install --upgrade' "${pips[@]}"

0 commit comments

Comments
 (0)