1
1
mirror of https://github.com/jarun/nnn.git synced 2024-09-20 09:19:20 +03:00
This commit is contained in:
Arun Prakash Jana 2019-03-20 23:52:08 +05:30
parent 20321695cc
commit 10dea591f0
No known key found for this signature in database
GPG Key ID: A75979F35C080412

View File

@ -4033,6 +4033,9 @@ int main(int argc, char *argv[])
++opt;
}
home = getenv("HOME");
DPRINTF_S(home);
/* Parse bookmarks string */
if (!parsebmstr()) {
fprintf(stderr, "%s\n", env_cfg[NNN_BMS]);
@ -4105,9 +4108,6 @@ int main(int argc, char *argv[])
idletimeout = xatoi(getenv(env_cfg[NNN_IDLE_TIMEOUT]));
DPRINTF_U(idletimeout);
home = getenv("HOME");
DPRINTF_S(home);
if (getenv(env_cfg[NNN_TRASH]))
cfg.trash = 1;