From 2ede836f4c4634f7d4e272cfa173161e766d9ebe Mon Sep 17 00:00:00 2001 From: Martin Potier Date: Fri, 4 Nov 2016 14:57:00 +0100 Subject: [PATCH] Updating and pushing dircolors --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index dda1942..0a37061 100755 --- a/configure +++ b/configure @@ -64,7 +64,7 @@ case $1 in ;; "dircolors" ) echo "Installing dircolors config" - git clone https://github.com/huyz/dircolors-solarized ~/.dircolors + git clone https://github.com/seebi/dircolors-solarized ~/.dircolors ln -s ~/.dircolors/dircolors.ansi-dark ~/.dir_colors echo "Default dircolors theme is dark ansi" echo "Please check that your terminal emulator is listed at the begining"