.bashrc

From Andreida
# colors for ls
alias ls='ls --color=auto'

# colors for grep
alias grep='grep --color=auto'

# date/time for history
export HISTTIMEFORMAT='%F %T '

# complete many things with tab
. /etc/bash_completion