diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2016-03-15 12:41:27 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2016-03-15 12:41:27 +0100 |
| commit | c9361854d447ffaca6d6011dab310a0ed575ea52 (patch) | |
| tree | 1a5c2fb5171910ff36b8da5f0487d07c55b7c4a8 /bashrc | |
| parent | 4254f85dfafed560a3472e6698a7bb6189102af8 (diff) | |
| download | dotfiles-c9361854d447ffaca6d6011dab310a0ed575ea52.tar.gz dotfiles-c9361854d447ffaca6d6011dab310a0ed575ea52.zip | |
bashrc: simplified the coloring of the PS1 prompt
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'bashrc')
| -rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
