--- a/.bashrc Thu May 21 16:21:12 2015 +0800
+++ b/.bashrc Sat May 23 22:06:46 2015 +0800
[ -x /usr/bin/keychain ] && eval "$(keychain --eval --quiet)"
+if [ -x /usr/bin/dircolors ]; then
+ test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
[[ $COLORTERM == 'xfce4-terminal' ]] && export TERM=xterm-256color
if [ -f ~/.bash_aliases ]; then