Coloured bash prompt in OS X
7/05/2008Pop 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
small snippets of webmonkey wisdom
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