Version: 0.13.1 (can't test the new version yet, sorry if this was already fixed)
The context shown when running binding.pry
(the same as running whereami
manually) is not shown if a command prefix is set in .pryrc
Without prefix:
.pryrc
:
# Pry.config.command_prefix = '/'
This shows:

With prefix:
.pryrc
:
Pry.config.command_prefix = '/'
This shows:

(had to hide some stuff, sorry this might make it confusing)