mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Pull this value from SystemPager.default_pager.
This commit is contained in:
parent
602b5670a1
commit
bed1a39159
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class Pry::Pager
|
||||||
|
|
||||||
def initialize(*)
|
def initialize(*)
|
||||||
super
|
super
|
||||||
@pager = ENV["PAGER"] || "less -R -S -F -X"
|
@pager = SystemPager.default_pager
|
||||||
end
|
end
|
||||||
|
|
||||||
def page
|
def page
|
||||||
|
|
Loading…
Reference in a new issue