escape call to `nnn` so `nnn` can be used as an alias to `n`

This commit is contained in:
Anomalocaridid 2022-07-17 00:25:59 +00:00 committed by GitHub
parent 4dcd563ab1
commit 65d2f05e85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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