X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=adc2ce6b804388f1809fe6c47ca8d92bd3e72550;hb=bd7300f75b51e5ee9905d7f03095828b7bb70976;hp=b1b14de21a0c1e9830ad9bc2c92f23f39a7ccb7c;hpb=6de4a52bedfdf81e90186d9c4e100b56815ddad5;p=config%2Fdotfiles.git 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