lnav icon indicating copy to clipboard operation
lnav copied to clipboard

use "#!/usr/bin/env" for exported sessions

Open tstack opened this issue 3 years ago • 0 comments

lnav version v0.11.1

Describe the bug Using #!lnav might not work in some places since it's not a full path. It's probably better to use something like:

#!/usr/bin/env -S lnav -Nf

tstack avatar Dec 16 '22 19:12 tstack