updates tmux conf savefile to not be hidden in repo

This commit is contained in:
2024-05-18 09:16:38 -07:00
parent 9d3c1f2a74
commit c9f599a334
5 changed files with 5 additions and 8 deletions

4
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