mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Uncolour the headings for ls
This commit is contained in:
parent
31a171628a
commit
e42d0aba09
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ class Pry
|
|||
config.memory_size = 100
|
||||
|
||||
config.ls ||= OpenStruct.new({
|
||||
:heading_color => :grey,
|
||||
:heading_color => :default,
|
||||
|
||||
:public_method_color => :default,
|
||||
:private_method_color => :green,
|
||||
|
|
Loading…
Add table
Reference in a new issue