4 lines
234 B
Bash
4 lines
234 B
Bash
# .zshenv: Executed for EVERY zsh invocation (interactive, non-interactive,
|
|
# login, scripts). Use only for environment variables and PATH that ALL shells
|
|
# need. Avoid aliases, functions, prompt config, or anything interactive-only.
|