dotfiles

dot files in ~
git clone git://git.unixkoans.com/dotfiles.git
Log | Files | Refs

.irbrc (176B)


1
2
3
4
5
6
7
8
9
10
11
12
13
#
# author:    Xu Xiaodong <[email protected]>
# modified:  2011 May 06
#

begin
  require 'wirble'

  Wirble.init
  Wirble.colorize
rescue LoadError => err
  puts "#{err}"
end