about summary refs log tree commit diff
path: root/Functions/Prompts/prompt_fire_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_fire_setup
parente14b3b18214e8cfde88c90fb52772457a5c3a3e4 (diff)
downloadzsh-df3478da4e559af872e9ea813320bfa6876fb933.tar.gz
zsh-df3478da4e559af872e9ea813320bfa6876fb933.tar.xz
zsh-df3478da4e559af872e9ea813320bfa6876fb933.zip
zsh-workers/8271
Diffstat (limited to 'Functions/Prompts/prompt_fire_setup')
-rw-r--r--Functions/Prompts/prompt_fire_setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Prompts/prompt_fire_setup b/Functions/Prompts/prompt_fire_setup
index bd26dd10a..93f92e590 100644
--- a/Functions/Prompts/prompt_fire_setup
+++ b/Functions/Prompts/prompt_fire_setup
@@ -21,7 +21,7 @@ prompt_fire_setup () {
     PS1=$COLOR1$GRAD1$COLOR2'%n@%m'$COLOR3$GRAD2$COLOR4$GRAD1$COLOR6' %D{%a %b %d} %D{%I:%M:%S%P} '$NONE'$prompt_newline'$COLOR5'%~/'$GRAD0' '
     PS2=$COLOR1$GRAD1$COLOR3$GRAD2$COLOR4$GRAD1$COLOR5'>'$GRAD0' '
 
-  precmd () { }
+  precmd () { setopt promptsubst }
   preexec () { }
 }