to change login shell edit following files:
~/.bash_profile
~/.profile
export CLICOLOR=1;
export TERM="xterm-color"
alias ls="ls -G"
alias r='ssh -l root'
alias ssh='ssh -l root'
to make vi (vim) "colored" edit:
~/.vimrc
syntax on
tested on MAC OS X 10.6, XSERVE 10.5
this works on ssh terminal too! (putty)