From 8931fc6d2082b4e735793a5357f23d85d2e3a998 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Fri, 20 Aug 2010 19:12:28 -0500 Subject: [PATCH] .bashrc: More prompt color tweaks --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index cafd97a..bcd7941 100644 --- a/.bashrc +++ b/.bashrc @@ -155,7 +155,7 @@ prompt_compact() { } prompt_color() { - PS1="\[\033[0;90m\][${PS_C1}\u@\h\[\033[0m\]\[\033[0;90m\]:${PS_C2}\w\[\033[0;90m\]]\[\033[0m\]${PS_P} " + PS1="\[\033[0;90m\][${PS_C1}\u@\h\[\033[0m\]\[\033[0;90m\]:${PS_C2}\w\[\033[0;90m\]]${PS_P}\[\033[0m\] " PS2="> " } -- 2.43.0