Added $PS3 customization for 'modern' theme.

This commit is contained in:
Mark Szymanski
2010-12-14 18:36:44 -06:00
parent 2ce12674f6
commit f3d19db472

View File

@@ -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 ]