fix: finish updating name Main -> shell in tmux-labbook
This commit is contained in:
parent
62582e0b2e
commit
a95c5d7354
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ if ! tmux list-sessions | grep $SESSION; then
|
||||||
|
|
||||||
# Name first Pane and start zsh
|
# Name first Pane and start zsh
|
||||||
tmux rename-window -t $SESSION:0 'shell'
|
tmux rename-window -t $SESSION:0 'shell'
|
||||||
tmux send-keys -t 'Main'
|
tmux send-keys -t 'shell'
|
||||||
|
|
||||||
# Create and setup pane for sphinx
|
# Create and setup pane for sphinx
|
||||||
tnw -t $SESSION:1 -n 'sphinx'
|
tnw -t $SESSION:1 -n 'sphinx'
|
||||||
|
|
Loading…
Reference in a new issue