refactor: change tmux labbook first window name

This commit is contained in:
Daylin Morgan 2023-01-19 10:33:22 -06:00
parent 511977af0a
commit ebb49a2022

View file

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