diff options
Diffstat (limited to '.irbrc')
-rw-r--r-- | .irbrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1 +1,4 @@ require 'rubygems' unless defined? Gem # only needed in 1.8 +require 'irb/ext/save-history' +IRB.conf[:SAVE_HISTORY] = 1000 +IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb-save-history"
\ No newline at end of file |