mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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$"
|
"^INSECURE$"
|
||||||
"^DEBUG$"
|
"^DEBUG$"
|
||||||
"^YES$"
|
"^YES$"
|
||||||
|
"^TERM$"
|
||||||
"^__")
|
"^__")
|
||||||
"Environment variables to not save in `doom-env-file'.
|
"Environment variables to not save in `doom-env-file'.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user