diff --git a/bash/bashrc.d/lscolors.bash b/bash/bashrc.d/lscolors.bash index fc484bf..8b96ce8 100644 --- a/bash/bashrc.d/lscolors.bash +++ b/bash/bashrc.d/lscolors.bash @@ -41,7 +41,7 @@ then export CLICOLOR=1 fi -DCFILE="$HOME/.dir_colors" +DCFILE="$HOME/.dircolors" # We can presume we are on a GNU system, or at the very least, # a system which has the GNU coreutils installed diff --git a/install b/install index 263aa65..b1529e0 100755 --- a/install +++ b/install @@ -217,7 +217,7 @@ fi lnfile bash/bashrc.common ~/.bashrc.common lnfile bash/bashrc.d ~/.bashrc.d -lnfile dircolors ~/.dir_colors +lnfile dircolors ~/.dircolors if [[ $PRINT_INST == 1 ]] then