From a55c5dc5800c8cf40e84b129bb7985a64a5b4d21 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 11 Apr 2013 15:30:31 +0200 Subject: zsh: Simplify prompt --- .zshrc | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index fcda0bd..735e5bc 100644 --- a/.zshrc +++ b/.zshrc @@ -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 -- cgit v1.2.3-54-g00ecf