fast git execution

This commit is contained in:
Sindre Sorhus
2015-04-27 09:30:37 +07:00
parent 6ab06a26d7
commit 5ade8aeb8a

View File

@@ -116,6 +116,7 @@ prompt_pure_setup() {
add-zsh-hook preexec prompt_pure_preexec add-zsh-hook preexec prompt_pure_preexec
zstyle ':vcs_info:*' enable git zstyle ':vcs_info:*' enable git
zstyle ':vcs_info:*' use-simple true
zstyle ':vcs_info:git*' formats ' %b' zstyle ':vcs_info:git*' formats ' %b'
zstyle ':vcs_info:git*' actionformats ' %b|%a' zstyle ':vcs_info:git*' actionformats ' %b|%a'