From f43ab97e1cf4a276b7a6e33eac055ee16610be15 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 6 Feb 2015 18:38:35 +0700 Subject: [PATCH] disable auth prompting on git 2.3+ - fixes #76 https://github.com/blog/1957-git-2-3-has-been-released --- pure.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pure.zsh b/pure.zsh index 5520662..c46e0b2 100644 --- a/pure.zsh +++ b/pure.zsh @@ -101,6 +101,9 @@ prompt_pure_setup() { # if output doesn't end with a newline export PROMPT_EOL_MARK='' + # disable auth prompting on git 2.3+ + export GIT_TERMINAL_PROMPT=0 + prompt_opts=(cr subst percent) zmodload zsh/datetime