From a5defa8aad18281ee35ac63cc7f867b98319b50f Mon Sep 17 00:00:00 2001 From: Mehdi Sadeghi Date: Wed, 26 May 2021 16:45:04 +0200 Subject: Fix? bash prompt colors. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bashrc') 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 -- cgit v1.2.3