From f3d19db472cba4ca529de917f9ed2779a1f3dc22 Mon Sep 17 00:00:00 2001 From: Mark Szymanski Date: Tue, 14 Dec 2010 18:36:44 -0600 Subject: [PATCH] Added $PS3 customization for 'modern' theme. --- themes/modern/modern.theme.bash | 2 ++ 1 file changed, 2 insertions(+) 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 ] -- 2.17.1