mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
removed --color from lls command as macosx and friends dont support it
This commit is contained in:
parent
99f6406b84
commit
e1a6cf44fc
1 changed files with 0 additions and 1 deletions
|
@ -557,7 +557,6 @@ Shows local and instance variables by default.
|
|||
|
||||
command "lls", "List local files using 'ls'" do |*args|
|
||||
cmd = ".ls"
|
||||
cmd << " --color=always" if Pry.color
|
||||
run cmd, *args
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue