I have a core set of bash aliases defined in my .bash_profile (Mac). But when I activate a pipenv with pipenv shell, my aliases don't work and the bash alias command returns nothing.
Is there a configuration step needed to spawn pipenv shells that inherit bash aliases from the parent shell?