]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zshrc/85_prompt
improve path resolution using zshexpn
[zsh.git] / .zsh / zshrc / 85_prompt
index 5ddbe823dfe7f8c14625ffae85f17cf54e30f6a6..ccb88e1b2590cead27e77e2034544d641715b018 100644 (file)
@@ -21,6 +21,6 @@ if [ "${PS1:-}" = '%m%# ' ]; then
   PS1="%(2L.+.)%${_MACHINE_NAME}:${_MIDDLE}%# "
 fi
 
-: ${RPS1:="#%(0?..%?,)%!"}
+: ${RPS1:="#%(0?..%?,)%! [%l]"}
 
 # vim:ft=zsh