Update .config/fish/conf.d/30-man.fish
This commit is contained in:
parent
67f363abc9
commit
9c404a874a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue