Skip to content

Commit d6458b7

Browse files
committed
Revert part of d5a89f7
1 parent a541114 commit d6458b7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pure.zsh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,9 +328,6 @@ prompt_pure_async_git_fetch() {
328328
# sure it uses this zpty instead of corrupting the parent TTY.
329329
export GPG_TTY=$TTY
330330

331-
# Tell the child process to not expect any input from this zpty.
332-
exec /dev/null > $TTY
333-
334331
local -a remote
335332
if ((only_upstream)); then
336333
local ref

0 commit comments

Comments
 (0)