Arun Prakash Jana 5 years ago
parent
commit
10dea591f0
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/nnn.c

+ 3
- 3
src/nnn.c 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;



Loading…
Cancel
Save