This are notes on the configurations I normally use in my tools:
BASH
http://seriousbirder.com/blogs/fancy-bash-prompts/
if [ $USER = root ]; then PS1=”\n[\e[0;33m\u@\h\e[m <0> \@] (\${PWD}) \n[#] ” else PS1=”\n[\e[0;32m\u@\h\e[m <0> \@] (\${PWD}) \n[>] ” fi export PS1
VIM
Really good tutorial on how to configure Vim: http://statico.github.com/vim.html