.bash_profile PS1 to show current directory folder and a $ MAC osx
try this:
PS1='\[\033[01;32m\]\u@\h\[\033[01;34m\] [\w]\[\033[00m\]'
Note that if you don't want brackets or colors surrounding the current directory, you can use the simpler:
export PS1="\W$ "