mirror of
https://github.com/cheat/cheat.git
synced 2024-11-22 14:01:36 +01:00
f692c8e1d8
Attempted to address various cross-platform installation issues: - Removed all hard-coded references to file-paths, and replaced them with paths provided by `appdirs`. - Removed (erroneously inserted) default file paths which would never be checked due to application logic. - Modified `setup.py` to no longer install a configuration file. The mechanics are still in place to **read** a configuration file, but after examination, I've concluded that the installation of that file is best left to package maintainers rather than `cheat` itself.
7 lines
140 B
Plaintext
7 lines
140 B
Plaintext
{
|
|
"CHEAT_COLORS" : true,
|
|
"CHEAT_COLORSCHEME" : "light",
|
|
"CHEAT_EDITOR" : "vi",
|
|
"CHEAT_PATH" : "/usr/share/cheat"
|
|
}
|