From: Mark Szymanski Date: Wed, 17 Nov 2010 23:09:16 +0000 (-0600) Subject: Added custom PS3 (prompt used with "select", for instance with the new, newpost comma... X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=cb681121e42572f312edc463d6b9e9e98087026d;p=common%2Fbash_it.git Added custom PS3 (prompt used with "select", for instance with the new, newpost comman) for minimal theme --- diff --git a/themes/minimal/minimal.theme.bash b/themes/minimal/minimal.theme.bash index e70165d..2f9b926 100644 --- a/themes/minimal/minimal.theme.bash +++ b/themes/minimal/minimal.theme.bash @@ -7,3 +7,5 @@ prompt_setter() { } PROMPT_COMMAND=prompt_setter + +export PS3=">> "