From ea1ec749df835370bdf2ecbded2ac72192178aaa Mon Sep 17 00:00:00 2001 From: ds6 Date: Tue, 9 Jan 2018 09:46:08 -0600 Subject: [PATCH] remove useless vcs_info format atoms --- base/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/.zshrc b/base/.zshrc index c863705..013f431 100644 --- a/base/.zshrc +++ b/base/.zshrc @@ -74,8 +74,8 @@ zle -N zle-keymap-select autoload -Uz vcs_info zstyle ':vcs_info:*' enable git -zstyle ':vcs_info:git*' formats "%c%u%%F{green}%b%m%%f/%%F{yellow}%S%%f" -zstyle ':vcs_info:git*' actionformats "%%F{red}(%a)%%f %c%u%%F{green}%b%m%%f/\ +zstyle ':vcs_info:git*' formats "%c%u%%F{green}%b%%f/%%F{yellow}%S%%f" +zstyle ':vcs_info:git*' actionformats "%%F{red}(%a)%%f %c%u%%F{green}%b%%f/\ %%F{yellow}%S%%f" zstyle ':vcs_info:git*' check-for-changes true zstyle ':vcs_info:git*' stagedstr "%F{blue}+" -- 2.47.0