From: Arun Prakash Jana Date: Mon, 7 Oct 2019 11:01:50 +0000 (+0530) Subject: Fix #338: export current file as $NNN X-Git-Tag: v2.8~187 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=4f6f1a59d3fceddba87152b281b2e4c63edf72a7;p=nnn.git Fix #338: export current file as $NNN --- 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 */