diff --git a/Makefile b/Makefile index 180fe1d..564b870 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ zsh: tmux: - ln -s $(PWD)/tmux.conf ~/.tmux.conf + ln -s $(PWD)/subtmux/tmux.conf ~/.tmux.conf vim: test -e ~/.vim || \ diff --git a/tmux.conf b/subtmux/tmux.conf similarity index 100% rename from tmux.conf rename to subtmux/tmux.conf