1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Merge pull request #1406 from pry/revert-1404-add-pwd

Revert "Alias whereami to pwd"
This commit is contained in:
John Mair 2015-04-01 01:25:43 +02:00
commit 2c32d5e5f6

View file

@ -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