I can print my current working dir like this
myPrompt$ pwd
/Users/me/myDir
I want my shell to look like this
/Users/me/myDir$ pwd
/Users/me/myDir
Is that possible? How can I do it?
I can print my current working dir like this
myPrompt$ pwd
/Users/me/myDir
I want my shell to look like this
/Users/me/myDir$ pwd
/Users/me/myDir
Is that possible? How can I do it?