From b442b34170f8f731cf1fe9609812782a9d601078 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sat, 17 Aug 2002 01:40:31 +0000 Subject: unposted: clint prompt theme %v typo correction --- ChangeLog | 4 ++++ Functions/Prompts/prompt_clint_setup | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 22c4f7433..aa8e0fea3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-08-17 Clint Adams + + * unposted: Functions/Prompts/prompt_clint_setup: correct %v typo. + 2002-08-14 Peter Stephenson * 17535: Completion/Unix/Command/_make, Doc/Zsh/compsys.yo: diff --git a/Functions/Prompts/prompt_clint_setup b/Functions/Prompts/prompt_clint_setup index d6c5d71fb..5befc5431 100644 --- a/Functions/Prompts/prompt_clint_setup +++ b/Functions/Prompts/prompt_clint_setup @@ -39,7 +39,7 @@ prompt_clint_setup () { [[ -f /proc/apm ]] && p_apm="%(2v.-%2v-.)" p_shlvlhist="%{$reset_color%}zsh%(2L./$SHLVL.) %B%h%b " - p_rc="%(?..[%?%v1] )" + p_rc="%(?..[%?%1v] )" p_end="%{$reset_color%}%B%#%b %{$fg_no_bold[$pcc[2]]%}" POSTEDIT="$reset_color" -- cgit 1.4.1