mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 05:37:36 +08:00
__fish_anypager: remove bat from default choice
As pointed out in
b83f3b0e98 (commitcomment-146189480)
bat is not actually useful. Also its (monochrome) output is unreadable on
my system.
This commit is contained in:
parent
9eeed5ca12
commit
5b04f221a3
|
@ -17,7 +17,7 @@ function __fish_anypager --description "Print a pager to use"
|
|||
end
|
||||
|
||||
# Cheesy hardcoded list of pagers.
|
||||
for cmd in less bat lv most more
|
||||
for cmd in less lv most more
|
||||
if command -q $cmd
|
||||
echo -- $cmd
|
||||
return 0
|
||||
|
|
Loading…
Reference in New Issue
Block a user