about summary refs log tree commit diff
path: root/Functions
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2002-08-17 01:40:31 +0000
committerClint Adams <clint@users.sourceforge.net>2002-08-17 01:40:31 +0000
commitb442b34170f8f731cf1fe9609812782a9d601078 (patch)
tree94730dbe5a31f74a19c5f4dddc4ff092392eecf9 /Functions
parent513088857a59c7704734bd7cc3d9a8bc7492e11b (diff)
downloadzsh-b442b34170f8f731cf1fe9609812782a9d601078.tar.gz
zsh-b442b34170f8f731cf1fe9609812782a9d601078.tar.xz
zsh-b442b34170f8f731cf1fe9609812782a9d601078.zip
unposted: clint prompt theme %v typo correction
Diffstat (limited to 'Functions')
-rw-r--r--Functions/Prompts/prompt_clint_setup2
1 files changed, 1 insertions, 1 deletions
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"