Create a .bash_profile file in your home directory containing the following :

. ~/.bashrc
ENV=$HOME/.bashrc
export ENV

export TERM=xterm-color
alias ls='ls -G'
alias ll='ls -hl'