From 5ade8aeb8a7d45a59841278a9a86090dd880be63 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 27 Apr 2015 09:30:37 +0700 Subject: [PATCH] fast git execution --- pure.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/pure.zsh b/pure.zsh index 6117239..bbae1ab 100644 --- a/pure.zsh +++ b/pure.zsh @@ -116,6 +116,7 @@ prompt_pure_setup() { add-zsh-hook preexec prompt_pure_preexec zstyle ':vcs_info:*' enable git + zstyle ':vcs_info:*' use-simple true zstyle ':vcs_info:git*' formats ' %b' zstyle ':vcs_info:git*' actionformats ' %b|%a'