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
+1 -1
View File
@@ -7,4 +7,4 @@ source $HOME/.zshrc.local
if [[ $FFENABLED != "false" ]] && command -v fastfetch >/dev/null; then
fastfetch --config examples/13
fi
fi
-1
View File
@@ -1,4 +1,3 @@
# ~/.zprofile: Executed once for LOGIN shells (initial terminal/SSH).
# Use for one-time setup: PATH modifications, starting agents, or environment exports.
# Runs BEFORE .zshrc. Ideal for variables that shouldn't be re-evaluated in every sub-shell.
+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.