fisher/functions/man.fish
2016-02-18 06:41:51 +09:00

5 lines
170 B
Fish

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