5 ms·
It looks like it is bash dependent
by alvil 9y ago
It looks like it is bash dependent
- jdowner 9y agoWhy do you believe that? It has a section on shell completion for different shells so I don't think that is the intention, https://github.com/jarun/nnn#shell-completion https://github.com/jarun/nnn#shell-completion
- apjana 9y agoThanks for explaining.
- alvil 9y agohttps://github.com/jarun/nnn/blob/master/nlay https://github.com/jarun/nnn/blob/master/nlay # bash 4.0 way to switch to lowercase ext="${ext,,}"
- apjana 9y agoAhh OK! nlay is not an essential part of nnn anymore. It's only invoked if you use the locker or invoke desktop search utility. We retained those two to keep the utilities customizable. Are you using any of these two? Also, `nlay` is editable and you can customize it anytime.