🐛 Attach to correct (main) session on iTerm start
This commit is contained in:
parent
785285fb9f
commit
e244dc4bb0
1 changed files with 1 additions and 1 deletions
|
@ -3599,7 +3599,7 @@
|
||||||
<key>Idle Code</key>
|
<key>Idle Code</key>
|
||||||
<integer>0</integer>
|
<integer>0</integer>
|
||||||
<key>Initial Text</key>
|
<key>Initial Text</key>
|
||||||
<string>tmux attach || tmux new -s main</string>
|
<string>tmux attach -t main || tmux new -s main</string>
|
||||||
<key>Jobs to Ignore</key>
|
<key>Jobs to Ignore</key>
|
||||||
<array>
|
<array>
|
||||||
<string>rlogin</string>
|
<string>rlogin</string>
|
||||||
|
|
Loading…
Reference in a new issue