mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-07 09:20:24 +00:00
5 lines
170 B
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
|