From b02ff12a7e0cb8540ae8dfba0b99c42275e951e2 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Sat, 9 Mar 2013 12:27:20 -0600 Subject: [PATCH] .bashrc: Tweak __git_ps1 colors --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index d9defe0..bbbfce8 100644 --- a/.bashrc +++ b/.bashrc @@ -193,7 +193,7 @@ prompt_color() { PS_GIT='$(test -n "$(__git_ps1 %s)" && test "$(git rev-parse --show-toplevel)" != "$HOME" && test "$(git config --bool bash.hidePrompt)" != "true" && - __git_ps1 "{\[\033[0;100m\]%s\[\033[0;90m\]}")' + __git_ps1 "{\[\033[0;40;36m\]%s\[\033[0;90m\]}")' export GIT_PS1_SHOWDIRTYSTATE=1 fi PS1="\[\033[0;90m\][${PS_C1}\u@\h\[\033[0m\]\[\033[0;90m\]:${PS_C2}\w\[\033[0;90m\]]${PS_GIT}${PS_P}\[\033[0m\] " -- 2.43.0