zsh: Simplify prompt

This commit is contained in:
Tom Willemse 2013-04-11 15:30:31 +02:00
parent f94bccb95b
commit a55c5dc580

11
.zshrc
View file

@ -53,17 +53,14 @@ add-zsh-hook precmd precmd_maybe_festival
add-zsh-hook precmd vcs_info
add-zsh-hook chpwd chpwd_update_git_vars
zstyle ':vcs_info:*' actionformats '%F{2}(%f%s %r %b%F{2})%f %a
%S'
zstyle ':vcs_info:*' actionformats '%B%F{5}%a%f%%b %s:%r-%b %S'
zstyle ':vcs_info:*' enable bzr git hg svn
zstyle ':vcs_info:*' formats '%F{2}(%f%s %r %b%F{2})%f
%S'
zstyle ':vcs_info:*' nvcsformats '
%~'
zstyle ':vcs_info:*' formats '%s:%r-%b %S'
zstyle ':vcs_info:*' nvcsformats '%~'
zstyle ':vcs_info:bzr:*' branchformat '%b'
# Set the prompt.
PROMPT='%F{1}(%F{2}(%f%m %l%F{2})%f ${vcs_info_msg_0_}%F{1})%f %# '
PROMPT='%B%(?.%F{2}+.%F{1}-) %F{6}%m%b%f ${vcs_info_msg_0_} %# '
# Set terminal name to current running application
case $TERM in