public
Description: /bin/zsh and loving it
Homepage: http://stephencelis.com/archive/2008/10/ez-does-it-gemdoc
Clone URL: git://github.com/stephencelis/dotfiles.git
dotfiles / caprc
100644 4 lines (3 sloc) 0.065 kb
1
2
3
4
Dir["#{ENV['HOME']}/.cap/*.rb"].each do |tasks|
  load tasks
end