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:42:06 +0000
committerClint Adams <clint@users.sourceforge.net>2002-08-17 01:42:06 +0000
commit166c025ee02517dfa057d6486d6148d87498768f (patch)
treef77c7073271f2714539ca29fcacc2341e3fd3abc /Functions
parent00002a3e5d742554081a614dc5faa663cfe725b1 (diff)
downloadzsh-166c025ee02517dfa057d6486d6148d87498768f.tar.gz
zsh-166c025ee02517dfa057d6486d6148d87498768f.tar.xz
zsh-166c025ee02517dfa057d6486d6148d87498768f.zip
unposted: correct %v typo in clint prompt theme.
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"