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:
2ce1267
)
Added $PS3 customization for 'modern' theme.
author
Mark Szymanski
<mrman208@me.com>
Wed, 15 Dec 2010 00:36:44 +0000
(18:36 -0600)
committer
Mark Szymanski
<mrman208@me.com>
Wed, 15 Dec 2010 00:36:44 +0000
(18:36 -0600)
themes/modern/modern.theme.bash
patch
|
blob
|
history
diff --git
a/themes/modern/modern.theme.bash
b/themes/modern/modern.theme.bash
index
f0dbccc
..
6a58eef
100644
(file)
--- a/
themes/modern/modern.theme.bash
+++ b/
themes/modern/modern.theme.bash
@@
-7,6
+7,8
@@
SCM_GIT_CHAR='${bold_green}±${normal}'
SCM_SVN_CHAR='${bold_cyan}⑆${normal}'
SCM_HG_CHAR='${bold_red}☿${normal}'
+PS3=">> "
+
modern_scm_prompt() {
CHAR=$(scm_char)
if [ $CHAR = $SCM_NONE_CHAR ]