From: Mark Szymanski Date: Wed, 15 Dec 2010 00:36:44 +0000 (-0600) Subject: Added $PS3 customization for 'modern' theme. X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=f3d19db472cba4ca529de917f9ed2779a1f3dc22;p=common%2Fbash_it.git 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_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 ]