X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/ce090b98a568e44cdccf3371d4930a92945981cd..987712468eae30bb8235d3de671103e7950ea8a3:/base/.zshrc diff --git a/base/.zshrc b/base/.zshrc index afda957..013f431 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%%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"