Skip to content

Commit f43ab97

Browse files
committed
1 parent 6178236 commit f43ab97

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pure.zsh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ prompt_pure_setup() {
101101
# if output doesn't end with a newline
102102
export PROMPT_EOL_MARK=''
103103

104+
# disable auth prompting on git 2.3+
105+
export GIT_TERMINAL_PROMPT=0
106+
104107
prompt_opts=(cr subst percent)
105108

106109
zmodload zsh/datetime

0 commit comments

Comments
 (0)