From b34161c81130c12ec7a1c2e35be47afaaeb090e5 Mon Sep 17 00:00:00 2001 From: thek4n Date: Tue, 4 Jun 2024 09:04:40 +0300 Subject: [PATCH] fix tmux session 10 --- home/user/.tmux/10.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/user/.tmux/10.sh b/home/user/.tmux/10.sh index 1204e8a..4296ef2 100755 --- a/home/user/.tmux/10.sh +++ b/home/user/.tmux/10.sh @@ -9,5 +9,5 @@ WORKING_PROJECT="$(mktemp -d)" tmux new-session -s "$SESSION" -d -n "$MAINW" -c "$WORKING_PROJECT" 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 \ No newline at end of file