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:
parent
1ccfe8a2f9
commit
2f20730da2
1 changed files with 3 additions and 0 deletions
3
bashrc
3
bashrc
|
@ -16,3 +16,6 @@ eval "$(starship init bash)"
|
|||
eval "$(thefuck --alias)"
|
||||
|
||||
source /usr/lib/goto/goto.sh
|
||||
|
||||
export PS1="$(starship prompt)"
|
||||
|
||||
|
|
Loading…
Reference in a new issue