Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Junker committed Jul 7, 2022
1 parent 603c723 commit 6fd95fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ inspired by [nnn](https://github.com/jarun/nnn) file manager [nuke plugin](https

require("nuke").setup{
pager = "more", -- default: less -R
run_executables = false, -- default: true
run_executables = true, -- default: false
custom = {
{extension = "jpg", command = "sxiv {}"},
{extension = "so", command = "ldd -r {} | less"},
Expand Down

0 comments on commit 6fd95fd

Please sign in to comment.