fix tmux session 10

This commit is contained in:
thek4n 2024-09-27 09:30:24 +03:00
parent a1be3129ad
commit 2404c83783

View File

@ -7,7 +7,7 @@ MAINW=1
WORKING_PROJECT="$(mktemp -d)"
tmux new-session -s "$SESSION" -d -n "$MAINW"
tmux new-session -s "$SESSION" -d -n "$MAINW" -c ~
tmux splitw -t "$SESSION:$MAINW" -d -b -h -l "$_tmux_other_pane_size" -c '#{pane_current_path}'
tmux new-window -d -n "2" -t "$SESSION:2" -c "$WORKING_PROJECT"