We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d9077f commit 2a3732eCopy full SHA for 2a3732e
1 file changed
install.sh
@@ -257,7 +257,7 @@ alias cat=bat
257
echo "Setting up bash prompt ..."
258
# shellcheck source=/dev/null
259
(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
-
+chsh -s /bin/bash
261
262
echo "Installing secondary packages ..."
263
install 'pip3 install --upgrade' "${pips[@]}"
0 commit comments