about summary refs log tree commit diff
path: root/Functions/Prompts/prompt_redhat_setup
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-10-15 09:38:21 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-10-15 09:38:21 +0000
commitdf3478da4e559af872e9ea813320bfa6876fb933 (patch)
treefc6d0725bab34c617eeb8f9429d079e7651a514e /Functions/Prompts/prompt_redhat_setup
parente14b3b18214e8cfde88c90fb52772457a5c3a3e4 (diff)
downloadzsh-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_setup2
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 () { }
 }