Use standard name for dircolors file

master
nirenjan 2015-10-25 10:22:44 -07:00
parent 213924ce37
commit aadc695adc
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ then
export CLICOLOR=1 export CLICOLOR=1
fi fi
DCFILE="$HOME/.dir_colors" DCFILE="$HOME/.dircolors"
# We can presume we are on a GNU system, or at the very least, # We can presume we are on a GNU system, or at the very least,
# a system which has the GNU coreutils installed # a system which has the GNU coreutils installed

View File

@ -217,7 +217,7 @@ fi
lnfile bash/bashrc.common ~/.bashrc.common lnfile bash/bashrc.common ~/.bashrc.common
lnfile bash/bashrc.d ~/.bashrc.d lnfile bash/bashrc.d ~/.bashrc.d
lnfile dircolors ~/.dir_colors lnfile dircolors ~/.dircolors
if [[ $PRINT_INST == 1 ]] if [[ $PRINT_INST == 1 ]]
then then