mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Command::Whereami: add ‘@’ as an alias for the ‘whereami’
This commit is contained in:
parent
494208f7ca
commit
b888d557e9
1 changed files with 1 additions and 0 deletions
|
@ -186,4 +186,5 @@ class Pry
|
|||
end
|
||||
|
||||
Pry::Commands.add_command(Pry::Command::Whereami)
|
||||
Pry::Commands.alias_command '@', 'whereami'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue