summary refs log tree commit diff
path: root/configs/rcs/Makefile
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2018-09-09 08:41:57 -0700
committerFranck Cuny <franck.cuny@gmail.com>2018-09-09 08:41:57 -0700
commit74a3cbc1f0b6c86bde16fa575d487b1f30969748 (patch)
tree988ff31584525532311e83d156ef5d4c0ca6b94e /configs/rcs/Makefile
parent[bash] set vim for the default editor (diff)
downloademacs.d-74a3cbc1f0b6c86bde16fa575d487b1f30969748.tar.gz
[tmux] add tmux config back
Diffstat (limited to '')
-rw-r--r--configs/rcs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/rcs/Makefile b/configs/rcs/Makefile
index e1fe326..829ea13 100644
--- a/configs/rcs/Makefile
+++ b/configs/rcs/Makefile
@@ -9,7 +9,8 @@ INSTALL = \
 	gitconfig \
 	gitignore \
 	vimrc \
-	vim
+	vim \
+	tmux.conf
 
 
 INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL))