Skip to content

Instantly share code, notes, and snippets.

@fowlmouth
Created March 8, 2012 00:21
Show Gist options
  • Save fowlmouth/1997522 to your computer and use it in GitHub Desktop.
Save fowlmouth/1997522 to your computer and use it in GitHub Desktop.
Pry.commands.command '..', 'Shortcut to cd ..' do
_pry_.run_command "cd .."
end
Pry.commands.commands[/\.(.*)/] = Pry.commands.commands.delete /\.(.*)/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment