mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-01 21:40:18 +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
|