mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
useless now
This commit is contained in:
parent
295a5832f7
commit
904ff11aa9
1 changed files with 0 additions and 14 deletions
|
|
@ -1,14 +0,0 @@
|
|||
autoload -U is-at-least
|
||||
autoload -Uz vcs_info
|
||||
zstyle ':vcs_info:*' enable git hg
|
||||
vcs_format="%F{green}%S%f‹%F{blue}%b%f‹%F{yellow}%r%f"
|
||||
if is-at-least 4.3.11; then
|
||||
zstyle ':vcs_info:*' stagedstr "%F{red}±%f"
|
||||
zstyle ':vcs_info:*' unstagedstr "%F{yellow}≠%f"
|
||||
zstyle ':vcs_info:*' check-for-changes true
|
||||
vcs_format="%c%u $vcs_format"
|
||||
fi
|
||||
zstyle ':vcs_info:*' formats "$vcs_format"
|
||||
zstyle ':vcs_info:*' actionformats "%F{red}%a%f $vcs_format"
|
||||
|
||||
# vim: ft=zsh
|
||||
Loading…
Add table
Add a link
Reference in a new issue