dotfiles/ruby/pryrc

5 lines
108 B
Plaintext
Raw Normal View History

2014-07-07 14:49:42 +02:00
# vim FTW
Pry.config.editor = 'vim'
2016-03-11 16:58:44 +01:00
load "#{ENV['HOME']}/.rubyrc" if File.exist?("#{ENV['HOME']}/.rubyrc")