When enabling "Reporting Current Working Directory" I encountered 2 issues.
Firstly, when the command was run, the "c" of "curl" was missing. The command "url" was naturally unavailable.
url -fsSL https://raw.githubusercontent.com/codinn/core-shell-...
^ missing c
Secondly, my bash setup is loaded via a .bashrc
file, not .bash_profile
. This meant that my profile was now being ignored on login. To overcome this, I had to add a call to .bashrc
to the new .bash_profile
file.