diff options
| author | 2019-10-07 16:31:50 +0530 | |
|---|---|---|
| committer | 2019-10-07 16:32:00 +0530 | |
| commit | 4f6f1a59d3fceddba87152b281b2e4c63edf72a7 (patch) | |
| tree | b463af38ea51fc7beb79f87215af10e56a931257 /src | |
| parent | 048c5195c359767faa193aafedbbf272fe9851b0 (diff) | |
| download | nnn-4f6f1a59d3fceddba87152b281b2e4c63edf72a7.tar.gz | |
Fix #338: export current file as $NNN
Diffstat (limited to 'src')
| -rw-r--r-- | src/nnn.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -426,7 +426,7 @@ static const char * const envs[] = { "VISUAL", "EDITOR", "PAGER", - "NN", + "NNN", }; /* Event handling */ |