Updates scrips to save tmux conf

This commit is contained in:
2024-03-23 10:17:32 -07:00
parent 773ff2f8ba
commit 1b0650a060

4
pushTmuxSettings.sh Normal file
View File

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