mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Windows: don't try to load config file in /etc
This commit is contained in:
+2
-1
@@ -10,9 +10,10 @@ Logos:
|
||||
|
||||
Bugfixes:
|
||||
* `--logo-type` now does accept `iterm` too (@CarterLi, #374)
|
||||
|
||||
|
||||
Other:
|
||||
* Fixed a Typo in iterm error message (@jessebot, #376)
|
||||
* Don't try to load config file in `/etc` (Windows) (@jessebot, #376)
|
||||
|
||||
# 1.8.2
|
||||
|
||||
|
||||
@@ -1423,7 +1423,10 @@ int main(int argc, const char** argv)
|
||||
ffStrbufInitA(&data.structure, 256);
|
||||
data.loadUserConfig = true;
|
||||
|
||||
#ifndef _WIN32
|
||||
parseConfigFileSystem(&instance, &data);
|
||||
#endif
|
||||
|
||||
parseConfigFileUser(&instance, &data);
|
||||
parseArguments(&instance, &data, argc, argv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user