humorless / dotfiles

My dotfiles/ vim plugin setup scripts/ Clojure dev environment vagrant file
2 stars 1 forks source link

[setup] Customize the colors of your Terminal in Mac OS X #17

Open humorless opened 3 years ago

humorless commented 3 years ago

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