adds save tmux script

This commit is contained in:
2024-03-23 08:59:03 -07:00
parent f3b7a0b4f1
commit c22826d8e4

4
saveTmuxConf.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