1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Added tmux window for git

This commit is contained in:
2015-10-08 17:20:00 -04:00
parent cedecf282e
commit b449aa530b

View File

@@ -4,6 +4,8 @@ tmux new-session -d -s $CURRENT_SESSION
tmux send-keys 'vim' 'C-m'
tmux rename-window vim
tmux new-window
tmux rename-window server
tmux rename-window docker
tmux new-window
tmux rename-window git
tmux select-window -t 0
tmux attach -t $CURRENT_SESSION