]> git.sev.monster Git - dotfiles.git/blobdiff - base/.zshrc
add %r to vcs_info
[dotfiles.git] / base / .zshrc
index 013f431a94962994b5f5e5f923e9f326b0d63ff7..ec0a6cceed37b4855459734b6826d1bf231e254a 100644 (file)
@@ -74,8 +74,8 @@ zle -N zle-keymap-select
 
 autoload -Uz vcs_info
 zstyle ':vcs_info:*' enable git
 
 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}+"
 %%F{yellow}%S%%f"
 zstyle ':vcs_info:git*' check-for-changes true
 zstyle ':vcs_info:git*' stagedstr      "%F{blue}+"
This page took 0.030134 seconds and 4 git commands to generate.