diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-11-19 11:48:09 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-11-19 11:48:09 +0000 |
commit | 5efc7525eceb8d3b5fd5f6d51396e6d58d84fa88 (patch) | |
tree | fd2efc6cf4f8bdd5607d920a1dc85d98ca5d16c5 /Functions/Prompts/prompt_redhat_setup | |
parent | 8efd8205edc3e19f6f28129ca2aef01f54cbcbb0 (diff) | |
download | zsh-5efc7525eceb8d3b5fd5f6d51396e6d58d84fa88.tar.gz zsh-5efc7525eceb8d3b5fd5f6d51396e6d58d84fa88.tar.xz zsh-5efc7525eceb8d3b5fd5f6d51396e6d58d84fa88.zip |
manual/8684
Diffstat (limited to 'Functions/Prompts/prompt_redhat_setup')
-rw-r--r-- | Functions/Prompts/prompt_redhat_setup | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Functions/Prompts/prompt_redhat_setup b/Functions/Prompts/prompt_redhat_setup index 876797899..58e6bd698 100644 --- a/Functions/Prompts/prompt_redhat_setup +++ b/Functions/Prompts/prompt_redhat_setup @@ -6,7 +6,8 @@ prompt_redhat_setup () { PS1="[%n@%m %1~]\\$ " PS2="> " - precmd () { setopt promptsubst } + prompt_opts=( cr percent ) + precmd () { } preexec () { } } |