5 lines
90 B
Fish
5 lines
90 B
Fish
#!/usr/bin/env fish
|
|
|
|
if command -v nvim &>/dev/null
|
|
set -gx MANPAGER "nvim +Man!"
|
|
end
|