@ -6,7 +6,7 @@ Pry.prompt = [
]
begin
require 'pry-debugger'
require 'pry-byebug'
Pry.commands.alias_command 'c', 'continue'
Pry.commands.alias_command 's', 'step'
Pry.commands.alias_command 'n', 'next'