Add mann function
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
function mann -d "Display man with bat (colored)"
|
||||
man $argv | bat -l man --style=plain
|
||||
end
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
function mann -d "Display man with bat (colored)"
|
||||
man $argv | bat -l man --style=plain
|
||||
end
|
||||