dotfiles/dot_config/fish/conf.d/30-man.fish

5 lines
82 B
Fish

#!/usr/bin/env fish
if command -v most &>/dev/null
set -gx MANPAGER most
end