From bc6ad1c1c483255dd3afc581b258cd83071762ce Mon Sep 17 00:00:00 2001 From: John Mair Date: Wed, 1 Apr 2015 01:25:34 +0200 Subject: [PATCH] Revert "Alias whereami to pwd" --- lib/pry/commands/whereami.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/pry/commands/whereami.rb b/lib/pry/commands/whereami.rb index f2959092..d7c1eeca 100644 --- a/lib/pry/commands/whereami.rb +++ b/lib/pry/commands/whereami.rb @@ -193,5 +193,4 @@ class Pry Pry::Commands.add_command(Pry::Command::Whereami) Pry::Commands.alias_command '@', 'whereami' - Pry::Commands.alias_command 'pwd', 'whereami' end