From 17a3040fb730b71414f97d33474e995a3f80eb14 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 18 Nov 1999 15:15:27 +0000 Subject: manual/8668 --- Functions/Prompts/prompt_off_setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/Prompts/prompt_off_setup') diff --git a/Functions/Prompts/prompt_off_setup b/Functions/Prompts/prompt_off_setup index 318060e88..c5820007e 100644 --- a/Functions/Prompts/prompt_off_setup +++ b/Functions/Prompts/prompt_off_setup @@ -4,7 +4,7 @@ prompt_off_setup () { PS1="%# " PS2="> " - precmd () { } + precmd () { setopt promptsubst } preexec () { } } -- cgit 1.4.1