Replies: 1 comment
-
I don't know why it was done this way. But it's kept this way so we don't break existing user's configs.
I don't think shell quoting would matter in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm wondering why
NNN_TMPFILE
is written as a fullcd '/some-dir'
cd command when it seems like it would be better and simpler to just write/some-dir
as the file contents. That way you wouldn't have to source that file from your shell, you could just do something likecd "$(<$NNN_TMPFILE)"
. Is it because it's hard to get the shell quoting right if the directory name includes quotes? Big fan of nnn. Cheers!Beta Was this translation helpful? Give feedback.
All reactions