commit | f3d19db472cba4ca529de917f9ed2779a1f3dc22 | [log] [tgz] |
---|---|---|
author | Mark Szymanski <mrman208@me.com> | 周二 12月 14 18:36:44 2010 -0600 |
committer | Mark Szymanski <mrman208@me.com> | 周二 12月 14 18:36:44 2010 -0600 |
tree | 228a1a7f8f4393892cd5a39a3a302d38e5c51da9 | |
parent | 2ce12674f643329ee1cec9ba7bc7fd009f06d9ef [diff] [blame] |
Added $PS3 customization for 'modern' theme.
diff --git a/themes/modern/modern.theme.bash b/themes/modern/modern.theme.bash index f0dbccc..6a58eef 100644 --- a/themes/modern/modern.theme.bash +++ b/themes/modern/modern.theme.bash
@@ -7,6 +7,8 @@ SCM_SVN_CHAR='${bold_cyan}⑆${normal}' SCM_HG_CHAR='${bold_red}☿${normal}' +PS3=">> " + modern_scm_prompt() { CHAR=$(scm_char) if [ $CHAR = $SCM_NONE_CHAR ]