Showing posts with label Terminal. Show all posts
Showing posts with label Terminal. Show all posts

Friday, July 24, 2015

Remove everything from the terminal prompt except for the current directory

You can remove everything from the terminal prompt except for the current directory if you append the following code into ~/.bash_profile.
export PS1="\W\$ "