Ignore envvars prefixed with __

They are likely private. There are some public variables with single
underscore prefixes, however, like _FASD_DATA and _FASD_VIMINFO.
This commit is contained in:
Henrik Lissner 2019-07-27 00:01:44 +02:00
parent 09d13fd60d
commit 597ef77c20
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -57,7 +57,8 @@ needs to be run once)."
;; Doom envvars
"^INSECURE$"
"^DEBUG$"
"^YES$")
"^YES$"
"^__")
"Environment variables to not save in `doom-env-file'.
Each string is a regexp, matched against variable names to omit from