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:
d5645e7
)
Lost the wrapping for non-printable characters
author
John Schulz
<github.com@jfsiii.org>
Wed, 10 Nov 2010 04:52:25 +0000
(23:52 -0500)
committer
John Schulz
<github.com@jfsiii.org>
Wed, 10 Nov 2010 04:52:25 +0000
(23:52 -0500)
themes/bobby/bobby.theme.bash
patch
|
blob
|
history
diff --git
a/themes/bobby/bobby.theme.bash
b/themes/bobby/bobby.theme.bash
index
f0f8447
..
c8d6204
100644
(file)
--- a/
themes/bobby/bobby.theme.bash
+++ b/
themes/bobby/bobby.theme.bash
@@
-4,7
+4,7
@@
SCM_THEME_PROMPT_CLEAN=" ${bold_green}✓"
SCM_THEME_PROMPT_PREFIX=" |"
SCM_THEME_PROMPT_SUFFIX="${green}|"
-PROMPT="
${bold_blue}\[\$(scm_char)\]${green}\$(scm_prompt_info)${blue}\$(rvm_version_prompt) ${orange}\h ${reset_color}in ${green}\w
${reset_color}\]\[→ "
+PROMPT="
\[${bold_blue}\]\[\$(scm_char)\]\[${green}\]\[\$(scm_prompt_info)\]\[${blue}\]\[\$(rvm_version_prompt)\] \[${orange}\]\h \[${reset_color}\]in \[${green}\]\w \[
${reset_color}\]\[→ "
# git theming
GIT_THEME_PROMPT_DIRTY=" ${red}✗"