]> git.sev.monster Git - dotfiles.git/blobdiff - base/.zshrc
remove useless vcs_info format atoms
[dotfiles.git] / base / .zshrc
index afda9575ab4d8a99b31e3715ac16e5996351a438..013f431a94962994b5f5e5f923e9f326b0d63ff7 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%%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}+"
+zstyle ':vcs_info:git*' unstagedstr    "%F{red}*"
 
 function precmd {
     print -Pn "\e]0;%(1j,%j,)%#${SSH_CLIENT+$USER@$HOST:}%~\a"
This page took 0.036865 seconds and 4 git commands to generate.