5 lines
100 B
Bash
5 lines
100 B
Bash
cp ~/.tmux.conf ./.tmux.conf
|
|
git add .tmux.conf
|
|
git commit -m "Updates Tmux Configuration"
|
|
git push
|