Drop ~/.config/zsh/{env,interactive,login} modules. PATH and local.zsh
live in .zshenv; interactive UX is a single .zshrc again. Deploy only
installs the three stubs and removes obsolete trees/examples.
5 lines
157 B
Plaintext
5 lines
157 B
Plaintext
# Copy to ~/.config/zsh/local.zsh (deploy never overwrites it).
|
|
# Sourced from ~/.zshenv — every zsh sees this, including agents.
|
|
#
|
|
# . "$HOME/.cargo/env"
|