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:
02ea2d4
)
Removed variables specific to hawaii50 theme :)
author
Ryan Kanno
<ryankanno@localkinegrinds.com>
Sat, 18 Jun 2011 20:07:26 +0000
(10:07 -1000)
committer
Ryan Kanno
<ryankanno@localkinegrinds.com>
Sat, 18 Jun 2011 20:07:26 +0000
(10:07 -1000)
themes/base.theme.bash
patch
|
blob
|
history
diff --git
a/themes/base.theme.bash
b/themes/base.theme.bash
index
71b11ae
..
feee64e
100644
(file)
--- a/
themes/base.theme.bash
+++ b/
themes/base.theme.bash
@@
-93,7
+93,7
@@
function hg_prompt_info() {
branch=$(hg summary 2> /dev/null | grep branch | awk '{print $2}')
changeset=$(hg summary 2> /dev/null | grep parent | awk '{print $2}')
- echo -e "$prefix$
{REF_COLOR}${branch}${DEFAULT_COLOR}
:${changeset#*:}$state$suffix"
+ echo -e "$prefix$
branch
:${changeset#*:}$state$suffix"
}
function rvm_version_prompt {