4 lines
95 B
Fish
4 lines
95 B
Fish
function mann -d "Display man with bat (colored)"
|
|
man $argv | bat -l man --style=plain
|
|
end
|