From 70a53089b2a1c5d3a0b945d9d9046db13a560d1b Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Sun, 11 Oct 2020 22:01:40 +0200 Subject: [PATCH] Move dircolors to ~/.config --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 45820a5..30d14fb 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -51,7 +51,7 @@ df_update () { git submodule foreach git pull origin master # Copy files from init to scripts basedir - cp init/nord-dircolors/src/dir_colors ./.dir_colors + cp init/nord-dircolors/src/dir_colors ./.config/dircolors } # Deploy files to ~