X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/429bc5d0944d0553c6949561f41abe40e2e05601..a656bad86ed38a14a8f57b0fa31c6c7dfe5dd6f4:/.zsh/zshrc/90_prompt 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