]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zshrc/85_prompt
include pts-line in rprompt
[zsh.git] / .zsh / zshrc / 85_prompt
index 51fd9b51b267dbc168d626f6dd03caf3e6f82dbf..22a5e3471528c0873cbe57c3bf4180aa6aed36b6 100644 (file)
@@ -21,6 +21,6 @@ if [ "${PS1:-}" = '%m%# ' ]; then
   PS1="%(2L.+.)%${_MACHINE_NAME}:${_MIDDLE}%# "
 fi
 
-: ${RPS1:="#%(0?..%?,)%!"}
+: ${RPS1:="#%(0?..%?,)%! [%l]"}
 
 # vim:ft=zsh