From: martin f. krafft Date: Mon, 5 May 2008 19:11:10 +0000 (+0100) Subject: more visual consistency in RPS1 X-Git-Url: https://git.madduck.net/etc/zsh.git/commitdiff_plain/b24afe9298b02b544db6685a7ae9067333545de8 more visual consistency in RPS1 --- diff --git a/.zsh/zshrc/90_prompt b/.zsh/zshrc/90_prompt index afd13b2..6d5f635 100644 --- a/.zsh/zshrc/90_prompt +++ b/.zsh/zshrc/90_prompt @@ -11,6 +11,6 @@ is_root && PS1_HL=U PS1="%${PS1_HL:=B}%m%${(L)PS1_HL}:%25<..<%~%# " unset PS1_HL -RPS1="#%(1v.%1v,.)%(0?..%?,)%!" +RPS1="#%(0?..%?,)%(1v.%1v,.)%!" # vim:ft=zsh