]> git.donarmstrong.com Git - zsh.git/commitdiff
include pts-line in rprompt
authormartin f. krafft <madduck@madduck.net>
Tue, 23 Apr 2013 11:18:03 +0000 (13:18 +0200)
committermartin f. krafft <madduck@madduck.net>
Tue, 23 Apr 2013 11:18:03 +0000 (13:18 +0200)
.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