mirror of https://github.com/nirenjan/dotfiles.git
Use standard name for dircolors file
parent
213924ce37
commit
aadc695adc
|
@ -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
|
||||||
|
|
2
install
2
install
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue