fix tmux session 10

This commit is contained in:
thek4n 2024-06-04 09:04:40 +03:00
parent 461f6c023d
commit b34161c811

View File

@ -9,5 +9,5 @@ WORKING_PROJECT="$(mktemp -d)"
tmux new-session -s "$SESSION" -d -n "$MAINW" -c "$WORKING_PROJECT" tmux new-session -s "$SESSION" -d -n "$MAINW" -c "$WORKING_PROJECT"
tmux switch-client -t "$SESSION" tmux switch-client -t "$SESSION"
tmux splitw -t "$SESSION:$MAINW" -d -b -h -l "$_tmux_new_pane_size" -c '#{pane_current_path}' tmux splitw -t "$SESSION:$MAINW" -d -b -h -l "$_tmux_other_pane_size" -c '#{pane_current_path}'
tmux send-keys -t "$SESSION:$MAINW.1" 'git clone .' Left Left tmux send-keys -t "$SESSION:$MAINW.1" 'git clone .' Left Left