X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/1ed6734050bc3747ca2496ee19cd91516bc4d756..4f3b13386ba80d27e87a0991165cf71078bf9c89:/base/.zshrc?ds=sidebyside 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"