X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=setup.sh;h=adc2ce6b804388f1809fe6c47ca8d92bd3e72550;hp=b1b14de21a0c1e9830ad9bc2c92f23f39a7ccb7c;hb=cbb473fce8658982db53b10a5bcd98510d3b8ec9;hpb=059958b05df78c658fb4fd6b350cfaeb1756b799 diff --git a/setup.sh b/setup.sh index b1b14de..adc2ce6 100755 --- a/setup.sh +++ b/setup.sh @@ -66,7 +66,8 @@ chmod 0600 ~/.less # Custom colors for GNU ls. if installed dircolors; then - dircolors -b shell/dircolors.in > shell/dircolors + echo '# WARNING! DO NOT EDIT THIS FILE!' > shell/dircolors + dircolors -b shell/dircolors.in >> shell/dircolors fi # Find the required options to get colored ls output. GNU ls is preferred. See