From: Joel VanderWerf Date: 2008-04-24T05:21:27+09:00 Subject: Re: irb's readline history Albert Schlef wrote: > irb is nice, because is uses readline. I can press to bring to > life previously typed lines. That's good. But if I exist irb and then > return to it the history is gone. So it's not like bash(1) and mysql(1) > that save the history is a file. Or is it? Is it possible to make irb > save the history in a file so that I don't have to retype everything if > I restart it? Put this in your .irbrc: IRB.conf[:SAVE_HISTORY] = 100 -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407