3 # Formats the shell prompt
5 # Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
6 # Released under the terms of the Artistic Licence 2.0
8 # Source repository: http://git.madduck.net/v/etc/zsh.git
11 _MIDDLE="%1v%(2v.|%B%2v%b|.)%(3v.%3v.)"
13 _MIDDLE="%25<..<%~%<<"
16 PS1="%${_PS1_HL:=B}%m%${(L)_PS1_HL}:${_MIDDLE}%# "