mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 16:20:23 +02:00
30214: prompt_redhat_setup: Fix quoting in `redhat' prompt.
This commit is contained in:
parent
53f893d062
commit
6157e2d00b
2 changed files with 7 additions and 2 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…
Add table
Add a link
Reference in a new issue