fix tmux session 10
This commit is contained in:
parent
a1be3129ad
commit
2404c83783
@ -7,7 +7,7 @@ MAINW=1
|
|||||||
|
|
||||||
WORKING_PROJECT="$(mktemp -d)"
|
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 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"
|
tmux new-window -d -n "2" -t "$SESSION:2" -c "$WORKING_PROJECT"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user