From: koulikoff Date: 2011-01-01T20:40:17+09:00 Subject: Re: .irb-history On Dec 31, 3:50 pm, "Abinoam Jr." wrote: > At the file > ~/.rvm/scripts/irbrc.rb > > around line 27 you have > >   Kernel::at_exit do >     maxhistsize = 100 >     histfile = File::expand_path(".irb-history", ENV["HOME"]) > > I changed the maxhistsize to another value and it worked. Thank you, this worked too for me. Happy New Year!