Don't capture INSECURE, DEBUG & YES envvars

They should be transient.
This commit is contained in:
Henrik Lissner 2019-03-28 14:47:31 -04:00
parent 92e604d0dc
commit 7b8a2fcff8
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -46,7 +46,11 @@ needs to be run once).")
'("DBUS_SESSION_BUS_ADDRESS"
"GPG_AGENT_INFO"
"SSH_AGENT_PID"
"SSH_AUTH_SOCK")
"SSH_AUTH_SOCK"
;; Doom envvars
"INSECURE"
"DEBUG"
"YES")
"Environment variables to not save in `doom-env-file'.")
;; Borrows heavily from Spacemacs'`spacemacs//init-spacemacs-env'.