Commit 7e42297
committed
fix(zsh): move homebrew PATH to .zshenv for non-interactive shells
tmux-track-session runs via SSH as a non-interactive command, which
only sources .zshenv (not .zshrc). Without /opt/homebrew/bin in PATH,
the script silently fails to find tmux and falls through to creating
a new auto-numbered session on every reconnect instead of reattaching.1 parent 02ce62d commit 7e42297
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments