Add irbrc
parent
1b7beb872c
commit
05dabb2508
|
@ -0,0 +1,7 @@
|
|||
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
|
Loading…
Reference in New Issue