Updating and pushing dircolors

This commit is contained in:
Martin Potier 2016-11-04 14:57:00 +01:00
parent 1bf2538276
commit 2ede836f4c
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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"