Skip to content

Commit

Permalink
Configure pry
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Hartford committed Nov 6, 2013
1 parent 5436dbf commit 9c1f01c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions configs/pry/dot_pryrc
@@ -0,0 +1,8 @@
if defined?(PryDebugger)
Pry.commands.alias_command 'c', 'continue'
Pry.commands.alias_command 's', 'step'
Pry.commands.alias_command 'n', 'next'
Pry.commands.alias_command 'f', 'finish'
end

# vim: set filetype=ruby:

0 comments on commit 9c1f01c

Please sign in to comment.