7 lines
114 B
Fish
7 lines
114 B
Fish
|
function man
|
||
|
set -x MANWIDTH (tput cols)
|
||
|
test $MANWIDTH -gt 80; and set -x MANWIDTH 80
|
||
|
/usr/bin/man $argv
|
||
|
end
|
||
|
|