From: "Daniel Schüle" Date: 2005-06-20T09:15:35+09:00 Subject: Re: irb without history? well, I dont want to maintain history through the sessions sorry if I was unclear about it irb(main):001:0> i=0 => 0 irb(main):002:0> irb(main):003:0* ^[[A I get ^[[A when I press ArrowUp key I would like "i" to show up instead strace -e open irb tells me that at least irb opens ~/.irbrc file thx in advance