From cb681121e42572f312edc463d6b9e9e98087026d Mon Sep 17 00:00:00 2001 From: Mark Szymanski Date: Wed, 17 Nov 2010 17:09:16 -0600 Subject: [PATCH] Added custom PS3 (prompt used with "select", for instance with the new, newpost comman) for minimal theme --- themes/minimal/minimal.theme.bash | 2 ++ 1 file changed, 2 insertions(+) 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=">> " -- 2.17.1