refactor: change tmux labbook first window name
This commit is contained in:
parent
511977af0a
commit
ebb49a2022
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ if ! tmux list-sessions | grep $SESSION; then
|
|||
tmux new-session -d -s $SESSION -c "$HOME/labbook"
|
||||
|
||||
# Name first Pane and start zsh
|
||||
tmux rename-window -t $SESSION:0 'Main'
|
||||
tmux rename-window -t $SESSION:0 'shell'
|
||||
tmux send-keys -t 'Main'
|
||||
|
||||
# Create and setup pane for sphinx
|
||||
|
|
Loading…
Reference in a new issue