05-05-2015, 08:13 PM
I'm just using the default color settings. So the setup only needs one step, i.e. putting the following code into /etc/bash.bashrc:
Code:
if [ -f $HOME/.dir_colors ]; then
eval $(/usr/bin/dircolors -b $HOME/.dir_colors)
elif [ -f /etc/DIR_COLORS ]; then
eval $(/usr/bin/dircolors -b /etc/DIR_COLORS)
else
eval $(/usr/bin/dircolors -b)
fi