mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Exclude PS1 envvar from env file
This commit is contained in:
@ -46,6 +46,7 @@ needs to be run once).")
|
||||
|
||||
(defvar doom-env-ignored-vars
|
||||
'("PWD"
|
||||
"PS1"
|
||||
"DBUS_SESSION_BUS_ADDRESS"
|
||||
"GPG_AGENT_INFO"
|
||||
"SSH_AGENT_PID"
|
||||
|
Reference in New Issue
Block a user