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:
parent
6157e2d00b
commit
a6dbc79065
1 changed files with 1 additions and 1 deletions
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue