mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-25 23:21:15 -03: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user