doom env: ignore SSH_TTY

This commit is contained in:
Henrik Lissner 2020-04-15 14:14:51 -04:00
parent 7a4ad7d343
commit 9e5dd51ca4
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -59,7 +59,7 @@ Why this over exec-path-from-shell?
(defvar doom-env-ignored-vars
'("^DBUS_SESSION_BUS_ADDRESS$"
"^GPG_AGENT_INFO$"
"^GPG_TTY$"
"^\\(SSH\\|GPG\\)_TTY$"
"^HOME$"
"^PS1$"
"^PWD$"