Added launch option for nnn.

This commit is contained in:
sheldonmlee 2021-07-27 19:23:43 +08:00
parent 547ec77dc1
commit 6eafcd7bf1

View File

@ -52,7 +52,7 @@ n ()
# stty lwrap undef
# stty lnext undef
nnn -A "$@"
nnn -A -x "$@"
if [ -f "$NNN_TMPFILE" ]; then
. "$NNN_TMPFILE"