Skip to content

Instantly share code, notes, and snippets.

@eliocapelati
Last active September 6, 2024 00:10
Show Gist options
  • Save eliocapelati/666cab3990cd7fcecaef0ff30b9a1a23 to your computer and use it in GitHub Desktop.
Save eliocapelati/666cab3990cd7fcecaef0ff30b9a1a23 to your computer and use it in GitHub Desktop.
if defined?(PryByebug)
Pry.config.pager = false
Pry.commands.alias_command 'c', 'continue'
Pry.commands.alias_command 's', 'step'
Pry.commands.alias_command 'n', 'next'
Pry.commands.alias_command 'e', 'exit'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment