From 2f20730da2b3b7e8b7903ad9091065f81f077063 Mon Sep 17 00:00:00 2001 From: Valerie Date: Sun, 29 Aug 2021 13:06:11 -0400 Subject: [PATCH] added a line to manually set promptstring, since this would fail to happen in xterm-256color emulators for some reason --- bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bashrc b/bashrc index 74d4235..49ce1be 100644 --- a/bashrc +++ b/bashrc @@ -16,3 +16,6 @@ eval "$(starship init bash)" eval "$(thefuck --alias)" source /usr/lib/goto/goto.sh + +export PS1="$(starship prompt)" +