Browse Source

Fix #338: export current file as $NNN

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

+ 1
- 1
src/nnn.c View File

@@ -426,7 +426,7 @@ static const char * const envs[] = {
"VISUAL",
"EDITOR",
"PAGER",
"NN",
"NNN",
};

/* Event handling */


Loading…
Cancel
Save