aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2016-03-15 12:41:27 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2016-03-15 12:41:27 +0100
commitc9361854d447ffaca6d6011dab310a0ed575ea52 (patch)
tree1a5c2fb5171910ff36b8da5f0487d07c55b7c4a8
parent4254f85dfafed560a3472e6698a7bb6189102af8 (diff)
downloaddotfiles-c9361854d447ffaca6d6011dab310a0ed575ea52.tar.gz
dotfiles-c9361854d447ffaca6d6011dab310a0ed575ea52.zip
bashrc: simplified the coloring of the PS1 prompt
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
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