cli/env: ignore GPG_TTY & TERM envvars
This commit is contained in:
parent
88eb9d1d61
commit
c9ae1f0a30
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@ Why this over exec-path-from-shell?
|
||||||
"^R?PROMPT$"
|
"^R?PROMPT$"
|
||||||
"^DBUS_SESSION_BUS_ADDRESS$"
|
"^DBUS_SESSION_BUS_ADDRESS$"
|
||||||
"^GPG_AGENT_INFO$"
|
"^GPG_AGENT_INFO$"
|
||||||
|
"^GPG_TTY$"
|
||||||
|
"^TERM$"
|
||||||
"^SSH_AGENT_PID$"
|
"^SSH_AGENT_PID$"
|
||||||
"^SSH_AUTH_SOCK$"
|
"^SSH_AUTH_SOCK$"
|
||||||
;; Doom envvars
|
;; Doom envvars
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue