moves tmux to its own dir

This commit is contained in:
2024-09-28 22:05:27 -07:00
parent 3557a3da89
commit 9d9ca1a030
3 changed files with 0 additions and 0 deletions

4
tmux/tmuxConfSave.sh Executable file
View File

@@ -0,0 +1,4 @@
cp ~/.tmux.conf ./tmux.conf
git add tmux.conf
git commit -m "Updates Tmux Configuration"
git push