Commit 857eebb
Fix antidote plugin loading and Homebrew PATH on fresh machines
antidote's bundle script is a zsh file that isn't executable, so running
it from sh silently fails and produces an empty ~/.zsh_plugins.zsh. Run
it explicitly with zsh.
Add homebrew/path.zsh so interactive shells always get /opt/homebrew/bin
in PATH — previously this relied on ~/.env-vars which is only written
when Homebrew is first installed (not when it's pre-installed on the
base image).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 1f69247 commit 857eebb
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments