cli/env: ignore TERM envvar

This commit is contained in:
Henrik Lissner
2019-09-30 16:47:32 -04:00
parent c080ae8c9f
commit 018fc8318d

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