From bdc9ddbdd68ba43a4887bb703f59e58065425ad4 Mon Sep 17 00:00:00 2001 From: Piotr Usewicz Date: Mon, 11 Oct 2010 14:25:31 +0100 Subject: [PATCH] Fix clearing the color --- themes/pete/pete.theme.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/pete/pete.theme.bash b/themes/pete/pete.theme.bash index 27397dc..3186d9b 100644 --- a/themes/pete/pete.theme.bash +++ b/themes/pete/pete.theme.bash @@ -1,7 +1,7 @@ #!/bin/bash # prompt themeing -PROMPT="(\t) \$(prompt_char) [\[$bold_blue\]\u\[$white\]@\[$green\]\h\[$white\]] \[$bold_yellow\]\w\[$white\]\$(git_prompt_info)\$(rvm_version_prompt) \\$\[$reset_color\] " +PROMPT="(\t) \$(prompt_char) [\[$blue\]\u\[$normal_color\]@\[$green\]\h\[$reset_color\]] \[$yellow\]\w\[$reset_color\]\$(git_prompt_info)\$(rvm_version_prompt) \$\[$reset_color\] " GIT_THEME_PROMPT_DIRTY=" ✗" GIT_THEME_PROMPT_CLEAN=" ✓" -- 2.17.1