# zshrc/90_prompt # # Formats the shell prompt # # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # # Source repository: http://git.madduck.net/v/etc/zsh.git # is_root && PS1_HL=U PS1="%${PS1_HL:=B}%m%${(L)PS1_HL}:%1v%(2v.|%B%2v%b|.)%(3v.%3v.)%# " unset PS1_HL RPS1="#%(0?..%?,)%!" # vim:ft=zsh