Minor change from claude -c to claude -r
This commit is contained in:
parent
5a89fb2ba7
commit
79fd8435a5
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ while IFS= read -r window_config; do
|
|||
fi
|
||||
|
||||
tmux new-window -t "$SESSION_NAME:$WINDOW_INDEX" -n "$AI_WINDOW_NAME" -c "$WINDOW_PATH"
|
||||
tmux send-keys -t "$SESSION_NAME:$WINDOW_INDEX" "claude -c" C-m
|
||||
tmux send-keys -t "$SESSION_NAME:$WINDOW_INDEX" "claude -r" C-m
|
||||
tmux split-window -t "$SESSION_NAME:$WINDOW_INDEX" -h -c "$WINDOW_PATH"
|
||||
tmux split-window -t "$SESSION_NAME:$WINDOW_INDEX.2" -v -c "$WINDOW_PATH"
|
||||
tmux select-pane -t "$SESSION_NAME:$WINDOW_INDEX.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue