You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fisher/functions/man.fish

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