Skip to content

Instantly share code, notes, and snippets.

@alexbrinkman
Created October 21, 2019 21:31
Show Gist options
  • Save alexbrinkman/ce1dab1e3862f8bae8872abbef380dd0 to your computer and use it in GitHub Desktop.
Save alexbrinkman/ce1dab1e3862f8bae8872abbef380dd0 to your computer and use it in GitHub Desktop.
.pryrc
Pry.commands.alias_command 'c', 'continue'
Pry.commands.alias_command 's', 'step'
Pry.commands.alias_command 'n', 'next'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment