5 lines
82 B
Fish
5 lines
82 B
Fish
#!/usr/bin/env fish
|
|
|
|
if command -v most &>/dev/null
|
|
set -gx MANPAGER most
|
|
end
|