Mercurial > dotfiles
view .irbrc @ 362:6dd0f2587d74
hgrc: swap remotebookmark entries in sl with topics
I've stopped tinkering with remotebookmarks for now, but topics feel
like they belong here. Giving it a shot.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Fri, 05 Jun 2015 15:10:50 -0400 |
parents | b2d9ac793cb0 |
children |
line wrap: on
line source
# -*- mode:ruby -*- IRB.conf[:AUTO_INDENT] = true IRB.conf[:USE_READLINE] = true IRB.conf[:LOAD_MODULES] = [] unless IRB.conf.key?(:LOAD_MODULES) unless IRB.conf[:LOAD_MODULES].include?('irb/completion') IRB.conf[:LOAD_MODULES] << 'irb/completion' end IRB.conf[:SAVE_HISTORY] = 1000 IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb-save-history"