X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/29ff3db6dd936515eef1d15b34a42b6ffca4f4a5..1e81bda46f7ff428b73c0dc28451285afeb19155:/.zsh/zshrc/85_prompt

diff --git a/.zsh/zshrc/85_prompt b/.zsh/zshrc/85_prompt
index 5ddbe82..ccb88e1 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