mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Don't capture INSECURE, DEBUG & YES envvars
They should be transient.
This commit is contained in:
@ -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'.
|
||||
|
Reference in New Issue
Block a user