1
0
Fork 0
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:
Frank Terbeck 2012-02-13 20:06:49 +00:00
parent 53f893d062
commit 6157e2d00b
2 changed files with 7 additions and 2 deletions

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 )