diff --git a/script/tmuxsess b/script/tmuxsess index 7c52d29..297fd07 100755 --- a/script/tmuxsess +++ b/script/tmuxsess @@ -15,7 +15,7 @@ else fi tmux new -d -s $sessionname tmux rename-window -t $sessionname:1 cli -tmux new-window -t $sessionname -n vim -ic nvim +tmux new-window -t $sessionname -n vim zsh -ic nvim tmux select-window -t $sessionname:1 # https://github.com/tmux/tmux/issues/2064 sleep 0.5