mirror of
https://github.com/xzeldon/htop.git
synced 2025-01-31 00:57:24 +03:00
Minor fix to HTOPRC feature.
This commit is contained in:
parent
9d5cc90497
commit
847b34d382
@ -32,7 +32,7 @@ Settings* Settings_new(ProcessList* pl, Header* header) {
|
||||
this->pl = pl;
|
||||
this->header = header;
|
||||
char* home;
|
||||
char* homerc;
|
||||
char* rcfile;
|
||||
home = getenv("HOME_ETC");
|
||||
if (!home) home = getenv("HOME");
|
||||
if (!home) home = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user