From 9d9ca1a0301fb30cce96bad4a4fdaa007ca1b871 Mon Sep 17 00:00:00 2001 From: Carlos Aldana Date: Sat, 28 Sep 2024 22:05:27 -0700 Subject: [PATCH] moves tmux to its own dir --- tmux.conf => tmux/tmux.conf | 0 tmuxConfLoad.sh => tmux/tmuxConfLoad.sh | 0 tmuxConfSave.sh => tmux/tmuxConfSave.sh | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename tmux.conf => tmux/tmux.conf (100%) rename tmuxConfLoad.sh => tmux/tmuxConfLoad.sh (100%) rename tmuxConfSave.sh => tmux/tmuxConfSave.sh (100%) diff --git a/tmux.conf b/tmux/tmux.conf similarity index 100% rename from tmux.conf rename to tmux/tmux.conf diff --git a/tmuxConfLoad.sh b/tmux/tmuxConfLoad.sh similarity index 100% rename from tmuxConfLoad.sh rename to tmux/tmuxConfLoad.sh diff --git a/tmuxConfSave.sh b/tmux/tmuxConfSave.sh similarity index 100% rename from tmuxConfSave.sh rename to tmux/tmuxConfSave.sh