From: martin f. krafft Date: Tue, 23 Apr 2013 11:18:03 +0000 (+0200) Subject: include pts-line in rprompt X-Git-Url: https://git.madduck.net/etc/zsh.git/commitdiff_plain/ff86fd35a22ff7e9e14762fdf9b29ec047f5c711?hp=d1a7abb4d44890ae6605a73d246b2eaa20a09c08 include pts-line in rprompt --- diff --git a/.zsh/zshrc/85_prompt b/.zsh/zshrc/85_prompt index 51fd9b5..22a5e34 100644 --- a/.zsh/zshrc/85_prompt +++ b/.zsh/zshrc/85_prompt @@ -21,6 +21,6 @@ if [ "${PS1:-}" = '%m%# ' ]; then PS1="%(2L.+.)%${_MACHINE_NAME}:${_MIDDLE}%# " fi -: ${RPS1:="#%(0?..%?,)%!"} +: ${RPS1:="#%(0?..%?,)%! [%l]"} # vim:ft=zsh