mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
5 lines
158 B
Fish
5 lines
158 B
Fish
function man -d "Format and display manual pages"
|
|
set -lx MANPATH {$__fish_datadir,$fisher_config,$fisher_home}/man $MANPATH ""
|
|
command man $argv
|
|
end
|