Update 3 files: .zlogin, .zprofile, .zshenv

This commit is contained in:
2026-08-01 17:06:51 -04:00
parent 3b936e3435
commit 255724a7d3
3 changed files with 4 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
# .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.