From 28e86d251c9d40cadd62c66d4b599a3393038a78 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Sun, 14 Mar 2021 00:29:01 +0100 Subject: [PATCH] Remove dir_colors --- files/linkdots.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/linkdots.sh b/files/linkdots.sh index e0ce99a..dd2d3f0 100755 --- a/files/linkdots.sh +++ b/files/linkdots.sh @@ -14,7 +14,7 @@ mkdir -p $HOME/.emacs.d ln -sf $path/init.el $HOME/.emacs.d/init.el # Home directory -home_files=".bashrc .dir_colors .gitconfig .tmux.conf .vimrc .Xresources .zshrc" +home_files=".bashrc .zshrc .gitconfig .tmux.conf .vimrc .Xresources" for file in $home_files do ln -sf $path/$file $HOME/$file