8 lines
172 B
Plaintext
8 lines
172 B
Plaintext
require 'irb/completion'
|
|
require 'irb/ext/save-history'
|
|
|
|
IRB.conf[:SAVE_HISTORY] = 200
|
|
IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb_history"
|
|
|
|
IRB.conf[:AUTO_INDENT]=true
|