From 409cb8adea375a1d8e34897daef6f41eccd0a035 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Fri, 15 Sep 2023 13:13:53 -0600 Subject: [PATCH] white prompt char --- shell/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/bashrc b/shell/bashrc index 2ff5753..51fc936 100644 --- a/shell/bashrc +++ b/shell/bashrc @@ -8,7 +8,7 @@ prompt_git_branch() { GIT_BRANCH="$(git branch 2>/dev/null | grep '*' | cut -d ' ' -f 2)" [ -n "$GIT_BRANCH" ] && printf "  %s " "$GIT_BRANCH" } -PS1='\[\033[2m\]($?) \[\033[1m\]\[\033[46m\] \u@\h \[\033[44m\] \w \[\033[45m\]$(prompt_git_branch)\[\033[0m\] \[\033[2m\][\!] \@\n⯈ \[\033[0m\]' +PS1='\[\033[2m\]($?) \[\033[1m\]\[\033[46m\] \u@\h \[\033[44m\] \w \[\033[45m\]$(prompt_git_branch)\[\033[0m\] \[\033[2m\][\!] \@\n\[\033[0m\]⯈ ' PROMPT_COMMAND="echo" # Line jump after every command # General configs