From: ds6 Date: Tue, 9 Jan 2018 15:51:30 +0000 (-0600) Subject: add %r to vcs_info X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/commitdiff_plain/64fa2e87d69b7fd57ee877e442cf51aca1997a0e add %r to vcs_info --- diff --git a/base/.zshrc b/base/.zshrc index 013f431..ec0a6cc 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%%f/%%F{yellow}%S%%f" -zstyle ':vcs_info:git*' actionformats "%%F{red}(%a)%%f %c%u%%F{green}%b%%f/\ +zstyle ':vcs_info:git*' formats "%c%u%%F{green}%r/%b%%f/%%F{yellow}%S%%f" +zstyle ':vcs_info:git*' actionformats "%%F{red}(%a)%%f %c%u%%F{green}%r/%b%%f/\ %%F{yellow}%S%%f" zstyle ':vcs_info:git*' check-for-changes true zstyle ':vcs_info:git*' stagedstr "%F{blue}+"