5 lines
102 B
Fish
5 lines
102 B
Fish
#!/usr/bin/env fish
|
|
|
|
if command -v most &>/dev/null
|
|
set -gx MANPAGER "sh -c 'col -bx | most'"
|
|
end
|