Replace the local/ directory of split env/login/interactive files with one always-on local.zsh sourced from .zshenv. Deploy migrates old fragments and never overwrites local.zsh.
7 lines
267 B
Plaintext
7 lines
267 B
Plaintext
# Copy to ~/.config/zsh/local.zsh (deploy never overwrites local.zsh).
|
|
# Sourced from ~/.zshenv after managed env modules — every zsh sees this,
|
|
# including non-interactive agent shells.
|
|
#
|
|
# . "$HOME/.cargo/env"
|
|
# source ~/.orbstack/shell/init.zsh 2>/dev/null || :
|