6 lines
72 B
Fish
Executable file
6 lines
72 B
Fish
Executable file
#!/usr/bin/env fish
|
|
#
|
|
|
|
function more -d "pager"
|
|
nvimpager $argv
|
|
end
|