]> git.sev.monster Git - dotfiles.git/commitdiff
add %r to vcs_info
authords6 <git@ds6.pw>
Tue, 9 Jan 2018 15:51:30 +0000 (09:51 -0600)
committersev <git@sev.monster>
Fri, 5 Apr 2024 20:44:51 +0000 (15:44 -0500)
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
-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}+"
This page took 0.038775 seconds and 4 git commands to generate.