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