summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index f1a899e..a148f44 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,6 +1,6 @@
[ -n "$ENV" ] && . "$ENV" || [ -e .env ] && . .env
-PS1="\e[1;33m\u@\h:\W \e[0m"
+export PS1="\[\033[1;33m\]\u@\h:\W\$ \[\033[0m\]"
[ -f ~/.fzf.bash ] && . ~/.fzf.bash
[ -f ~/.config/broot/launcher/bash/br ] && . ~/.config/broot/launcher/bash/br