From 4f6f1a59d3fceddba87152b281b2e4c63edf72a7 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Mon, 7 Oct 2019 16:31:50 +0530 Subject: [PATCH] Fix #338: export current file as $NNN --- src/nnn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nnn.c b/src/nnn.c index 67e27646..961fab8d 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -426,7 +426,7 @@ static const char * const envs[] = { "VISUAL", "EDITOR", "PAGER", - "NN", + "NNN", }; /* Event handling */