]> git.donarmstrong.com Git - zsh.git/blob - .zsh/zshrc/85_prompt
2adad06585c3b30aa65753ab5e2eebdb1997f82d
[zsh.git] / .zsh / zshrc / 85_prompt
1 # -*- mode: sh -*-
2 # zshrc/80_prompt
3 #
4 # Formats the shell prompt
5 #
6 # Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
7 # Released under the terms of the Artistic Licence 2.0
8 #
9 # Source repository: git://git.madduck.net/etc/zsh.git
10 #
11
12 PS1="%{$fg[green]%}%n@%m %{$fg[green]%}%* %{$fg[yellow]%}%25<…<%~%<<%{$reset_color%}%# "
13
14 # if [ "${PS1:-}" = '%m%# ' ]; then
15 #   local _MIDDLE="%1v%(2v.|%B%2v%b|.)%(3v.%3v.)"
16 #   if is_root; then
17 #     _MIDDLE="%25<…<%~%<<"
18 #     local _PS1_HL=U
19 #   fi
20
21 #   local _MACHINE_NAME="${_PS1_HL:=B}%m%${(L)_PS1_HL}"
22 #   _MACHINE_NAME="$_MACHINE_NAME${debian_chroot:+/%S$debian_chroot%s}"
23
24 #   PS1="%(2L.+.)%${_MACHINE_NAME}:${_MIDDLE}%# "
25 # fi
26
27 # : ${RPS1:="#%(0?..%?,)%!"}
28
29 # vim:ft=zsh