From 4f3b13386ba80d27e87a0991165cf71078bf9c89 Mon Sep 17 00:00:00 2001 From: ds6 Date: Tue, 9 Jan 2018 09:45:02 -0600 Subject: [PATCH] vcs_info changes --- base/.zshrc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/base/.zshrc b/base/.zshrc index afda957..c863705 100644 --- a/base/.zshrc +++ b/base/.zshrc @@ -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" -- 2.47.0