removed --color from lls command as macosx and friends dont support it

This commit is contained in:
John Mair 2011-04-24 21:24:50 +12:00
parent 99f6406b84
commit e1a6cf44fc
1 changed files with 0 additions and 1 deletions

View File

@ -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