Code Review
/
common
/
bash_it.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
d76518d
)
Fix clearing the color
author
Piotr Usewicz
<piotr@layer22.com>
Mon, 11 Oct 2010 13:25:31 +0000
(14:25 +0100)
committer
Piotr Usewicz
<piotr@layer22.com>
Mon, 11 Oct 2010 13:25:31 +0000
(14:25 +0100)
themes/pete/pete.theme.bash
patch
|
blob
|
history
diff --git
a/themes/pete/pete.theme.bash
b/themes/pete/pete.theme.bash
index
27397dc
..
3186d9b
100644
(file)
--- a/
themes/pete/pete.theme.bash
+++ b/
themes/pete/pete.theme.bash
@@
-1,7
+1,7
@@
#!/bin/bash
# prompt themeing
-PROMPT="(\t) \$(prompt_char) [\[$b
old_blue\]\u\[$white\]@\[$green\]\h\[$white\]] \[$bold_yellow\]\w\[$white\]\$(git_prompt_info)\$(rvm_version_prompt) \
\$\[$reset_color\] "
+PROMPT="(\t) \$(prompt_char) [\[$b
lue\]\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=" ✓"