From 3cca6ff32084e0f12ba757092c4d3ba1295c3355 Mon Sep 17 00:00:00 2001 From: nojhan Date: Wed, 18 Jul 2012 11:48:46 +0200 Subject: [PATCH] root prompt punctuation similar to the user one --- prompt.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompt.bash b/prompt.bash index c662cd0..4fbfde2 100644 --- a/prompt.bash +++ b/prompt.bash @@ -345,7 +345,7 @@ __set_bash_prompt() PS1="${PS1}[${LIGHT_GREY}\u${NO_COL}${__HOST}:${WHITE}\w${NO_COL}]" PS1="${PS1}${__GIT}" else - PS1="${PS1}${LIGHT_YELLOW}\u${__HOST}${NO_COL}:${YELLOW}\w${NO_COL}" + PS1="${PS1}[${LIGHT_YELLOW}\u${__HOST}${NO_COL}:${YELLOW}\w${NO_COL}]" fi PS1="${PS1}${__RETURN}${__PROMPT} "