X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=1be636c42c91e50bc47ec3d08cfc832fca567259;hb=5ce0b37429d5311d52568524c7a07785c95c97de;hp=538663d3cee39a13af4eba7e818bd2ee93ea3d22;hpb=33f984cea0a98d0ec01aba7e226bf850db142975;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index 538663d..1be636c 100755 --- a/setup.sh +++ b/setup.sh @@ -64,6 +64,11 @@ perl < lesskey \ | lesskey - chmod 0600 ~/.less +# Custom colors for GNU ls. +if installed dircolors; then + dircolors -b shell/dircolors.in > shell/dircolors +fi + # Find the required options to get colored ls output. GNU ls is preferred. See # shell/aliases.in for details. Doing this here instead of in shell/aliases # speeds up shell starts.