From c9361854d447ffaca6d6011dab310a0ed575ea52 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 15 Mar 2016 12:41:27 +0100 Subject: bashrc: simplified the coloring of the PS1 prompt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index f104420..5e463b9 100644 --- a/bashrc +++ b/bashrc @@ -44,7 +44,7 @@ __hg_branch() { } # Setting up PS1. -PS1='\u:\w$(__hg_branch)$(__git_ps1 "\[\033[0;32m\]@\[\033[1;32m\]%s\[\033[0m\]\]") $ ' +PS1='\u:\w$(__hg_branch)$(__git_ps1 "\[\033[0;32m\]@%s\[\033[0m\]\]") $ ' # Rake completion if [ -f $HOME/.rake_completion ]; then -- cgit v1.2.3