From b449aa530bf5d747b3a598b3b3207cc798fdce68 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Thu, 8 Oct 2015 17:20:00 -0400 Subject: [PATCH] Added tmux window for git --- tmux.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tmux.sh b/tmux.sh index d8b8905..c045a80 100755 --- a/tmux.sh +++ b/tmux.sh @@ -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