Skip to content

Instantly share code, notes, and snippets.

@joeybeninghove
Created February 14, 2018 16:08
Show Gist options
  • Save joeybeninghove/68a7dfdbce9f12efde36551868008691 to your computer and use it in GitHub Desktop.
Save joeybeninghove/68a7dfdbce9f12efde36551868008691 to your computer and use it in GitHub Desktop.
Retain history of commands for IRB and Rails console sessions
require 'irb/ext/save-history'
IRB.conf[:SAVE_HISTORY] = 100
IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb-history"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment