Skip to content

Commit

Permalink
Try to remove temporary information from env var storage
Browse files Browse the repository at this point in the history
See #16560
  • Loading branch information
smile13241324 committed Sep 11, 2024
1 parent 084869e commit a80f918
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion core/core-env.el
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,20 @@
(defvar spacemacs-ignored-environment-variables
'(
"DBUS_SESSION_BUS_ADDRESS"
"DESKTOP_STARTUP_ID"
"DISPLAY"
"GPG_AGENT_INFO"
"ICEAUTHORITY"
"INVOCATION_ID"
"JOURNAL_STREAM"
"MANAGERPID"
"SESSION_MANAGER"
"SESSION_MANAGER"
"SSH_AGENT_PID"
"SSH_AUTH_SOCK"
"DISPLAY"
"SYSTEMD_EXEC_PID"
"XAUTHORITY"
"XDG_SESSION_TYPE"
)
"Ignored environments variables.
Environment variables with names matching these regexps are not
Expand Down

0 comments on commit a80f918

Please sign in to comment.