zsh: completion: remove vcs_info support from completion.zsh
This commit is contained in:
parent
0dd18575ca
commit
09816d9035
1 changed files with 0 additions and 5 deletions
|
|
@ -1,11 +1,6 @@
|
||||||
autoload -U compinit && compinit
|
autoload -U compinit && compinit
|
||||||
zmodload -i zsh/complist
|
zmodload -i zsh/complist
|
||||||
|
|
||||||
# man zshcontrib
|
|
||||||
zstyle ':vcs_info:*' actionformats '%F{5}(%f%s%F{5})%F{3}-%F{5}[%F{2}%b%F{3}|%F{1}%a%F{5}]%f '
|
|
||||||
zstyle ':vcs_info:*' formats '%F{5}(%f%s%F{5})%F{3}-%F{5}[%F{2}%b%F{5}]%f '
|
|
||||||
zstyle ':vcs_info:*' enable git
|
|
||||||
|
|
||||||
# Enable completion caching, use rehash to clear
|
# Enable completion caching, use rehash to clear
|
||||||
zstyle ':completion::complete:*' use-cache on
|
zstyle ':completion::complete:*' use-cache on
|
||||||
zstyle ':completion::complete:*' cache-path ~/.zsh/cache/$HOST
|
zstyle ':completion::complete:*' cache-path ~/.zsh/cache/$HOST
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue