fisher/functions/man.fish

5 lines
170 B
Fish
Raw Normal View History

2016-02-17 22:41:51 +01:00
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