]> git.sev.monster Git - dotfiles.git/blobdiff - base/.zshrc
vcs_info changes
[dotfiles.git] / base / .zshrc
index afda9575ab4d8a99b31e3715ac16e5996351a438..c863705c36d1a36579dc7100035858d49335fc57 100644 (file)
@@ -74,9 +74,12 @@ zle -N zle-keymap-select
 
 autoload -Uz vcs_info
 zstyle ':vcs_info:*' enable git
-zstyle ':vcs_info:*' get-revision true
-zstyle ':vcs_info:git*' formats "%%F{green}[%b]%m%u%c%%f %S"
-zstyle ':vcs_info:git*' actionformats "%%F{red}(%a) %%F{green}[%b]%m%u%c%%f %S"
+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/\
+%%F{yellow}%S%%f"
+zstyle ':vcs_info:git*' check-for-changes true
+zstyle ':vcs_info:git*' stagedstr      "%F{blue}+"
+zstyle ':vcs_info:git*' unstagedstr    "%F{red}*"
 
 function precmd {
     print -Pn "\e]0;%(1j,%j,)%#${SSH_CLIENT+$USER@$HOST:}%~\a"
This page took 0.037715 seconds and 4 git commands to generate.