added a line to manually set promptstring, since this would fail to happen in xterm-256color emulators for some reason

This commit is contained in:
Valerie Wolfe 2021-08-29 13:06:11 -04:00
parent 1ccfe8a2f9
commit 2f20730da2

3
bashrc
View file

@ -16,3 +16,6 @@ eval "$(starship init bash)"
eval "$(thefuck --alias)"
source /usr/lib/goto/goto.sh
export PS1="$(starship prompt)"