Add 16 files (16+ files changed)

This commit is contained in:
2026-08-01 07:19:37 -04:00
parent 112a003e51
commit 899a1aa1ab
17 changed files with 1073 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# ~/.zshenv: Executed for EVERY shell instance (interactive, scripts, cron).
# Use ONLY for critical environment variables needed by child processes.
# WARNING: Keep this file minimal and fast. Do NOT put aliases or heavy logic here.
# Interactive
# /etc/zshenv → ~/.zshenv → /etc/zprofile → ~/.zprofile → /etc/zshrc → ~/.zshrc → /etc/zlogin → ~/.zlogin
# Non Interactive
# /etc/zshenv → ~/.zshenv
export ZDOTDIR="$HOME/.config/zsh"
source "$ZDOTDIR/.zshenv"