Skip to content

fix(zsh): prioritise managed PATH entries#70

Merged
lox merged 1 commit intomainfrom
zsh-path-order
Mar 9, 2026
Merged

fix(zsh): prioritise managed PATH entries#70
lox merged 1 commit intomainfrom
zsh-path-order

Conversation

@lox
Copy link
Owner

@lox lox commented Mar 9, 2026

Summary

  • move inherited $path to the end of path=(...) in zsh/main.zsh
  • keep managed entries ($HOME/bin, dotfiles bin, Homebrew, Cargo) ahead of inherited values

Why

This ensures expected tool locations from dotfiles and package managers take precedence while still preserving the existing inherited PATH.

@lox lox merged commit 65946fc into main Mar 9, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant