For the branch new_cmds
Currently there is a global variable pwd, which stores the current working directory and the path in terminal prompt visible is always / i.e root directory.
Change the path to current working directory.
Eg: after cd Turing/
the prompt should be "/Turing/" not "/"