]> Sergey Matveev's repositories - nnn.git/commitdiff
Fix #338: export current file as $NNN
authorArun Prakash Jana <engineerarun@gmail.com>
Mon, 7 Oct 2019 11:01:50 +0000 (16:31 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Mon, 7 Oct 2019 11:02:00 +0000 (16:32 +0530)
src/nnn.c

index 67e276465fa54c78f894ee27848613cc6694bb36..961fab8d34ba59ea7e88fe5e22f7d7b5f0775a91 100644 (file)
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -426,7 +426,7 @@ static const char * const envs[] = {
        "VISUAL",
        "EDITOR",
        "PAGER",
-       "NN",
+       "NNN",
 };
 
 /* Event handling */