Update .config/fish/conf.d/30-man.fish

This commit is contained in:
punkfairie 2024-09-29 21:43:07 -07:00
parent 67f363abc9
commit 9c404a874a
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -1,5 +1,5 @@
#!/usr/bin/env fish #!/usr/bin/env fish
if command -v most &>/dev/null if command -v most &>/dev/null
set -gx MANPAGER "sh -c 'col -bx | most'" set -gx MANPAGER most
end end