[zsh] Add the history number to RPROMPT

This commit is contained in:
Eryn Wells 2024-03-04 13:56:58 -08:00
parent 4bf1217b82
commit a2bf66480c

View file

@ -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 '
}