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:
3dc4620
)
rainbowbrite theme : color branch status indicator
author
David DeSandro
<david@desandro.com>
Fri, 17 Jun 2011 14:34:20 +0000
(10:34 -0400)
committer
David DeSandro
<david@desandro.com>
Fri, 17 Jun 2011 14:34:20 +0000
(10:34 -0400)
themes/rainbowbrite/rainbowbrite.theme.bash
patch
|
blob
|
history
diff --git
a/themes/rainbowbrite/rainbowbrite.theme.bash
b/themes/rainbowbrite/rainbowbrite.theme.bash
index
c9d6f7e
..
581fca4
100644
(file)
--- a/
themes/rainbowbrite/rainbowbrite.theme.bash
+++ b/
themes/rainbowbrite/rainbowbrite.theme.bash
@@
-20,9
+20,9
@@
prompt_setter() {
PROMPT_COMMAND=prompt_setter
-SCM_THEME_PROMPT_DIRTY=" ✗"
-SCM_THEME_PROMPT_CLEAN=" ✓"
+SCM_THEME_PROMPT_DIRTY="
${red}
✗"
+SCM_THEME_PROMPT_CLEAN="
${green}
✓"
SCM_THEME_PROMPT_PREFIX=" ("
-SCM_THEME_PROMPT_SUFFIX=")"
+SCM_THEME_PROMPT_SUFFIX="
${yellow}
)"
RVM_THEME_PROMPT_PREFIX=" ("
RVM_THEME_PROMPT_SUFFIX=")"