X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/9a1960b5edade792e0d4d9a8c8e0630e774affc5..429bc5d0944d0553c6949561f41abe40e2e05601:/.zsh/zshrc/90_prompt?ds=inline

diff --git a/.zsh/zshrc/90_prompt b/.zsh/zshrc/90_prompt
index 0abe132..afd13b2 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="#[%(0?..%?,)%!]%v"
+RPS1="#%(1v.%1v,.)%(0?..%?,)%!"
 
 # vim:ft=zsh