Add new env variables but hold compatibility with old ones

Legacy environmental variables like CHEATCOLORS are now higher in
configuration hiearchy than new environmental variables in
configuration files
This commit is contained in:
Tomas Korbar
2019-01-17 18:36:02 +01:00
parent 8a8f30679d
commit 80b8cfc06b
3 changed files with 45 additions and 20 deletions

View File

@ -1 +1 @@
{"CHEATCOLORS":true,"EDITOR":"vi"}
{"CHEAT_COLORS":true,"CHEAT_EDITOR":"vi"}