annotate rc/irbrc @ 536:d4e874f04bc6

Set tab space to 4. Just because.
author edogawaconan <me@myconan.net>
date Mon, 05 Jan 2015 21:33:35 +0900
parents 20521d872fab
children b95069a1f664
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
482
20521d872fab Add irbrc to keep history of commands.
edogawaconan <me@myconan.net>
parents:
diff changeset
1 require 'irb/ext/save-history'
20521d872fab Add irbrc to keep history of commands.
edogawaconan <me@myconan.net>
parents:
diff changeset
2 IRB.conf[:SAVE_HISTORY] = 20000
20521d872fab Add irbrc to keep history of commands.
edogawaconan <me@myconan.net>
parents:
diff changeset
3 IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb_history"