mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 10:06:40 +00:00
6 lines
179 B
Plaintext
6 lines
179 B
Plaintext
require 'irb/completion'
|
|
require 'irb/ext/save-history'
|
|
IRB.conf[:SAVE_HISTORY] = 1000
|
|
IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb-history"
|
|
IRB.conf[:USE_AUTOCOMPLETE] = false
|