fix: finish updating name Main -> shell in tmux-labbook

This commit is contained in:
Daylin Morgan 2023-01-23 13:38:43 -06:00
parent 62582e0b2e
commit a95c5d7354
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ if ! tmux list-sessions | grep $SESSION; then
# Name first Pane and start zsh
tmux rename-window -t $SESSION:0 'shell'
tmux send-keys -t 'Main'
tmux send-keys -t 'shell'
# Create and setup pane for sphinx
tnw -t $SESSION:1 -n 'sphinx'