From: ds6 Date: Tue, 9 Jan 2018 15:46:08 +0000 (-0600) Subject: remove useless vcs_info format atoms X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/commitdiff_plain/ea1ec749df835370bdf2ecbded2ac72192178aaa remove useless vcs_info format atoms --- 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}+"