mirror of
https://github.com/cheat/cheat.git
synced 2025-09-04 02:58:29 +02:00
Refactored (1)
Performed a general refactoring, focusing on the following: - Removing layers of abstraction in config handling - Stubbing out proper config validator - Updating envvar names located throughout the project
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
{
|
||||
"CHEAT_COLORS": true,
|
||||
"CHEAT_EDITOR":"vi",
|
||||
"CHEAT_PATH":"/usr/share/cheat"
|
||||
"CHEAT_COLORS" : true,
|
||||
"CHEAT_EDITOR" : "vi",
|
||||
"CHEAT_PATH" : "/usr/share/cheat"
|
||||
}
|
||||
|
Reference in New Issue
Block a user