diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-10-15 09:38:21 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-10-15 09:38:21 +0000 |
commit | df3478da4e559af872e9ea813320bfa6876fb933 (patch) | |
tree | fc6d0725bab34c617eeb8f9429d079e7651a514e /Functions/Prompts/prompt_redhat_setup | |
parent | e14b3b18214e8cfde88c90fb52772457a5c3a3e4 (diff) | |
download | zsh-df3478da4e559af872e9ea813320bfa6876fb933.tar.gz zsh-df3478da4e559af872e9ea813320bfa6876fb933.tar.xz zsh-df3478da4e559af872e9ea813320bfa6876fb933.zip |
zsh-workers/8271
Diffstat (limited to 'Functions/Prompts/prompt_redhat_setup')
-rw-r--r-- | Functions/Prompts/prompt_redhat_setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Prompts/prompt_redhat_setup b/Functions/Prompts/prompt_redhat_setup index 2605545fe..876797899 100644 --- a/Functions/Prompts/prompt_redhat_setup +++ b/Functions/Prompts/prompt_redhat_setup @@ -6,7 +6,7 @@ prompt_redhat_setup () { PS1="[%n@%m %1~]\\$ " PS2="> " - precmd () { } + precmd () { setopt promptsubst } preexec () { } } |