Skip to content

Instantly share code, notes, and snippets.

@eliocapelati
Created March 1, 2024 21:24
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'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment