mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 10:57:30 +08:00
__fish_anypager: prefer less over other pagers
This is our traditional behavior; "man" and "git" do the same.
This commit is contained in:
parent
8c555505c0
commit
b83f3b0e98
|
@ -17,7 +17,7 @@ function __fish_anypager --description "Print a pager to use"
|
|||
end
|
||||
|
||||
# Cheesy hardcoded list of pagers.
|
||||
for cmd in bat lv most less more
|
||||
for cmd in less bat lv most more
|
||||
if command -q $cmd
|
||||
echo -- $cmd
|
||||
return 0
|
||||
|
|
Loading…
Reference in New Issue
Block a user