cli/env: ignore TERM envvar

This commit is contained in:
Henrik Lissner 2019-09-30 16:47:32 -04:00
parent c080ae8c9f
commit 018fc8318d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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'.