aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nnn.c')
-rw-r--r--src/nnn.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nnn.c b/src/nnn.c
index a952514..5265217 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -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;