Coloured bash prompt in OS X

7/05/2008

Pop this into /etc/bashrc for a green and blue one…

export PS1="\[\e[32;1m\]\u@\h:\[\e[34;1m\]\w\[\e[0m\]$ "

More colour codes here: http://blog.infinitered.com/entries/show/6

No Comments