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:
parent
513088857a
commit
b442b34170
2 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue