[zsh] Add the history number to RPROMPT
This commit is contained in:
parent
4bf1217b82
commit
a2bf66480c
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ function set_prompt_info
|
|||
fi
|
||||
|
||||
# Show background job count if any exist.
|
||||
RPS1="%(1j.[%F{magenta}%j%f].)"
|
||||
RPS1="[%!%(1j.,%F{magenta}%j%f.)]"
|
||||
|
||||
PS1_LINE='%(!.%F{red}.%F{default})%#%f '
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue