From 73da0681ef299948f77c3e1c3452145012f31a3e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 15 Jun 2017 14:56:14 +1200 Subject: Remove color/colour templating from tmux.conf tmux 2.4 added support for globs, which makes all of this templating nastiness go away: A user who wants custom settings (such as me on my work system) can just drop overrides into ~/.tmux.conf.d/something.conf and go home. --- Makefile | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 50c1b939..20d14b28 100644 --- a/Makefile +++ b/Makefile @@ -245,8 +245,6 @@ clean distclean: gnupg/gpg.conf.m4 \ include/mktd.m4 \ man/man8/dotfiles.7df \ - tmux/tmux.conf \ - tmux/tmux.conf.m4 \ urxvt/ext/select .awk: @@ -309,12 +307,6 @@ MAILDIR = $(HOME)/Mail TMUX_BG = colour237 TMUX_FG = colour248 -tmux/tmux.conf: tmux/tmux.conf.m4 - m4 \ - -D TMUX_BG=$(TMUX_BG) \ - -D TMUX_FG=$(TMUX_FG) \ - tmux/tmux.conf.m4 > $@ - install: install-bin \ install-curl \ install-ex \ -- cgit v1.2.3