Files
connor 3761cb8fc2 zshenv: dedupe PATH with typeset -U
zshenv is read by every zsh, so a nested shell prepended the repo's bin
directories a second time. The NAS showed each of them twice after one
`zsh -l -i`. typeset -U keeps the first occurrence, which is also the
ordering this file intends.
2026-09-14 15:31:35 -04:00
..
2026-09-14 15:31:35 -04:00