X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/29ff3db6dd936515eef1d15b34a42b6ffca4f4a5..e45b0db3d66ca9e041622db3d801d026fb4d3724:/.zsh/zshrc/85_prompt diff --git a/.zsh/zshrc/85_prompt b/.zsh/zshrc/85_prompt index 5ddbe82..6874ec3 100644 --- a/.zsh/zshrc/85_prompt +++ b/.zsh/zshrc/85_prompt @@ -2,10 +2,10 @@ # # Formats the shell prompt # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # if [ "${PS1:-}" = '%m%# ' ]; then @@ -21,6 +21,6 @@ if [ "${PS1:-}" = '%m%# ' ]; then PS1="%(2L.+.)%${_MACHINE_NAME}:${_MIDDLE}%# " fi -: ${RPS1:="#%(0?..%?,)%!"} +: ${RPS1:="#%(0?..%?,)%! [%l]"} # vim:ft=zsh