Mercurial > dotfiles
view .irbrc @ 115:5f00625aa1ed
Add support for svnsync to update_source_trees, alias update_source_trees to update-source-trees
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Mon, 29 Jun 2009 18:12:29 -0500 |
parents | 886502b61509 |
children | b2d9ac793cb0 |
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