Skip to content

Instantly share code, notes, and snippets.

@piclez
Created February 2, 2016 00:38
Show Gist options
  • Save piclez/2bc3ed7896a8f5c678a3 to your computer and use it in GitHub Desktop.
Save piclez/2bc3ed7896a8f5c678a3 to your computer and use it in GitHub Desktop.
pryrc
if defined?(Pry || 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment