about summary refs log tree commit diff
path: root/Functions
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2012-02-14 05:22:01 +0000
committerWayne Davison <wayned@users.sourceforge.net>2012-02-14 05:22:01 +0000
commita6dbc790651f30984427fe2c7a4b52760fdd8561 (patch)
tree00c7cb785d193cc04edcb4aac84ee1a52881db34 /Functions
parent6157e2d00b5e92e2682059e090e8b86e1a97b66d (diff)
downloadzsh-a6dbc790651f30984427fe2c7a4b52760fdd8561.tar.gz
zsh-a6dbc790651f30984427fe2c7a4b52760fdd8561.tar.xz
zsh-a6dbc790651f30984427fe2c7a4b52760fdd8561.zip
30214: emulate bash's \$ prompt behavior.
Diffstat (limited to 'Functions')
-rw-r--r--Functions/Prompts/prompt_redhat_setup2
1 files changed, 1 insertions, 1 deletions
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 )