Commit de01520
committed
fix: call ghostty directly for SSH terminals instead of using open --command
The issue was that using 'open -a Ghostty --args --command=...' would cause
the terminal to exit immediately after the SSH command completes.
Instead, call 'ghostty ssh ...' directly, which keeps the terminal open
for the interactive SSH session.
Generated with `mux`1 parent 49873ed commit de01520
1 file changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1753 | 1753 | | |
1754 | 1754 | | |
1755 | 1755 | | |
1756 | | - | |
| 1756 | + | |
1757 | 1757 | | |
1758 | 1758 | | |
1759 | | - | |
1760 | | - | |
1761 | | - | |
1762 | | - | |
| 1759 | + | |
| 1760 | + | |
| 1761 | + | |
| 1762 | + | |
1763 | 1763 | | |
1764 | | - | |
| 1764 | + | |
1765 | 1765 | | |
| 1766 | + | |
1766 | 1767 | | |
1767 | 1768 | | |
1768 | 1769 | | |
| |||
0 commit comments