Will it be possible to support an environment variable (e.g. LOCATION) similar to BROWSER to indicate the location when the positional argument is missing?
Something in the lines of:
Looking for it for better nnn integration. When I do:
export NNN_HELP= pyw New York
and exec NNN_HELP as a command, I get an error because of the space in New York.
Will it be possible to support an environment variable (e.g.
LOCATION) similar toBROWSERto indicate the location when the positional argument is missing?Something in the lines of:
Looking for it for better
nnnintegration. When I do:and exec
NNN_HELPas a command, I get an error because of the space inNew York.