Skip to content

Commit

Permalink
Use Sublime Text when editing from Pry
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Bridges committed Feb 10, 2014
1 parent 81c9243 commit fe4a989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pryrc
@@ -1 +1 @@
Pry.config.editor = proc { |file, line| "vi +#{line} #{file}" }
Pry.config.editor = proc { |f,l| "subl #{f}:#{l}" }

0 comments on commit fe4a989

Please sign in to comment.