Don't capture INSECURE, DEBUG & YES envvars
They should be transient.
This commit is contained in:
parent
92e604d0dc
commit
7b8a2fcff8
1 changed files with 5 additions and 1 deletions
|
@ -46,7 +46,11 @@ needs to be run once).")
|
||||||
'("DBUS_SESSION_BUS_ADDRESS"
|
'("DBUS_SESSION_BUS_ADDRESS"
|
||||||
"GPG_AGENT_INFO"
|
"GPG_AGENT_INFO"
|
||||||
"SSH_AGENT_PID"
|
"SSH_AGENT_PID"
|
||||||
"SSH_AUTH_SOCK")
|
"SSH_AUTH_SOCK"
|
||||||
|
;; Doom envvars
|
||||||
|
"INSECURE"
|
||||||
|
"DEBUG"
|
||||||
|
"YES")
|
||||||
"Environment variables to not save in `doom-env-file'.")
|
"Environment variables to not save in `doom-env-file'.")
|
||||||
|
|
||||||
;; Borrows heavily from Spacemacs'`spacemacs//init-spacemacs-env'.
|
;; Borrows heavily from Spacemacs'`spacemacs//init-spacemacs-env'.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue