Last Updated: February 25, 2016
·
397
· ejstembler

Custom ANSI-colored, Bash command prompt

https://gist.github.com/3903287

.bash_profile

export PS1="\n\e[0;36m\u\e[1;36m@\e[0;36m\h\e[0m \e[1;30m\d, \T\e[0m\n\e[1;30m[\e[0m\e[1;33m\w\e[1;30m]$\e[0m "