fix(tmux): add missing command

This commit is contained in:
Rob Watson 2023-09-17 08:27:37 +02:00
parent 7bcdc05c90
commit 2388d030bd
1 changed files with 1 additions and 1 deletions

View File

@ -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