Skip to content

Commit

Permalink
adding .pryrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Stephens committed Feb 13, 2014
1 parent 175c22f commit a5ff55e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pryrc
@@ -0,0 +1,7 @@
Pry.commands.alias_command 'c', 'continue'
Pry.commands.alias_command 's', 'step'
Pry.commands.alias_command 'n', 'next'

Pry::Commands.command /\./, "repeat last command" do
_pry_.run_command Pry.history.to_a.last
end

0 comments on commit a5ff55e

Please sign in to comment.