**Add this two lines to ~/.bash_profile** ``` export PS1='\[\e[0;33m\]\u\[\e[0m\]@\[\e[0;32m\]\h\[\e[0m\]:\[\e[0;34m\]\w\[\e[0m\]\$ ' export CLICOLOR=1 ```
Add this two lines to ~/.bash_profile