X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/ea1ec749df835370bdf2ecbded2ac72192178aaa..64fa2e87d69b7fd57ee877e442cf51aca1997a0e:/base/.zshrc 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}+"