From a6dbc790651f30984427fe2c7a4b52760fdd8561 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 14 Feb 2012 05:22:01 +0000 Subject: 30214: emulate bash's \$ prompt behavior. --- Functions/Prompts/prompt_redhat_setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions') diff --git a/Functions/Prompts/prompt_redhat_setup b/Functions/Prompts/prompt_redhat_setup index e2b38d49e..5adf2d7cf 100644 --- a/Functions/Prompts/prompt_redhat_setup +++ b/Functions/Prompts/prompt_redhat_setup @@ -3,7 +3,7 @@ # Styled like the default prompt in Red Hat 5.1 # prompt_redhat_setup () { - PS1='[%n@%m %1~]$ ' + PS1='[%n@%m %1~]%(#.#.$) ' PS2="> " prompt_opts=( cr percent ) -- cgit 1.4.1