mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
cli/env: ignore TERM envvar
This commit is contained in:
@ -59,6 +59,7 @@ Use the -c or --clear switch to delete your envvar file."
|
||||
"^INSECURE$"
|
||||
"^DEBUG$"
|
||||
"^YES$"
|
||||
"^TERM$"
|
||||
"^__")
|
||||
"Environment variables to not save in `doom-env-file'.
|
||||
|
||||
|
Reference in New Issue
Block a user