aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-18 10:27:25 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-18 10:27:25 +1200
commit29b27432d7269662de03d8864a15a5adf101209e (patch)
treeb1dc6b10508ffaf1ac18046543ce2cdad429e509 /Makefile
parentPort grep() and ls() to POSIX sh (diff)
downloaddotfiles-29b27432d7269662de03d8864a15a5adf101209e.tar.gz
dotfiles-29b27432d7269662de03d8864a15a5adf101209e.zip
Do away with dircolors and LS_COLORS
The default colors are just fine; I want to be able to distinguish directories, devices, links, and executable files, and those all appear to be configured by default. The giant environment variable is too annoying for too little benefit.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 07e0014c..5d8369c9 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,6 @@
install-bin \
install-bin-man \
install-curl \
- install-dircolors \
install-dotfiles-man \
install-dunst \
install-finger \
@@ -127,7 +126,6 @@ install : install-bash \
install-bash-completion \
install-bin \
install-curl \
- install-dircolors \
install-git \
install-gnupg \
install-readline \
@@ -173,9 +171,6 @@ install-bin-man :
install-curl :
install -pm 0644 -- curl/curlrc "$(HOME)"/.curlrc
-install-dircolors :
- install -pm 0644 -- dircolors/dircolors "$(HOME)"/.dircolors
-
install-dotfiles-man : man/man7/dotfiles.7
install -m 0755 -d -- "$(HOME)"/.local/share/man/man7
install -pm 0644 -- man/man7/*.7 "$(HOME)"/.local/share/man/man7