fisher/functions/man.fish

5 lines
158 B
Fish
Raw Normal View History

function man -d "Format and display manual pages"
set -lx MANPATH {$__fish_datadir,$fisher_config,$fisher_home}/man $MANPATH ""
command man $argv
end