1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00

30214: emulate bash's \$ prompt behavior.

This commit is contained in:
Wayne Davison 2012-02-14 05:22:01 +00:00
parent 6157e2d00b
commit a6dbc79065

View file

@ -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 )