1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +02:00

unposted: clint prompt theme %v typo correction

This commit is contained in:
Clint Adams 2002-08-17 01:40:31 +00:00
parent 513088857a
commit b442b34170
2 changed files with 5 additions and 1 deletions

View file

@ -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"