Skip to content

Instantly share code, notes, and snippets.

@koriroys
Created June 13, 2012 16:04
Show Gist options
  • Save koriroys/2924995 to your computer and use it in GitHub Desktop.
Save koriroys/2924995 to your computer and use it in GitHub Desktop.
irb history save
#!/user/bin/env ruby
require 'irb/ext/save-history'
IRB.conf[:SAVE_HISTORY] = 1000
@koriroys
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment