From 6eafcd7bf1a26dfefe7b593098d8303689dcba8d Mon Sep 17 00:00:00 2001 From: sheldonmlee Date: Tue, 27 Jul 2021 19:23:43 +0800 Subject: [PATCH] Added launch option for nnn. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 2e0a853..70a599b 100644 --- a/.bashrc +++ b/.bashrc @@ -52,7 +52,7 @@ n () # stty lwrap undef # stty lnext undef - nnn -A "$@" + nnn -A -x "$@" if [ -f "$NNN_TMPFILE" ]; then . "$NNN_TMPFILE"