I find out that you can have the following for Grep in .bashrc
# puts colors for all grep commands
export GREP_OPTIONS='--color=auto'
I did not manage to get the similar command for LS_OPTIONS to work.
Is there any other way than the following to give colors for your ls -command?
alias ls='ls -Gh'