diff --git a/tmux/labbook.sh b/tmux/labbook.sh index c2afcc0..15d6e16 100755 --- a/tmux/labbook.sh +++ b/tmux/labbook.sh @@ -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