From a6eaf0202df65e6750ec7f1a95fad36972c4589d Mon Sep 17 00:00:00 2001 From: TheK4n Date: Fri, 4 Feb 2022 23:57:55 +0300 Subject: [PATCH] mv tmux.conf -> subtmux/tmux.conf --- Makefile | 2 +- tmux.conf => subtmux/tmux.conf | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tmux.conf => subtmux/tmux.conf (100%) 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