Last active
September 6, 2024 00:10
-
-
Save eliocapelati/666cab3990cd7fcecaef0ff30b9a1a23 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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