Files
easyzsh/.zprofile
T
Jeffrey e5e2801ce8 refactor(shell): collapse managed tree back into stubs
Drop ~/.config/zsh/{env,interactive,login} modules. PATH and local.zsh
live in .zshenv; interactive UX is a single .zshrc again. Deploy only
installs the three stubs and removes obsolete trees/examples.
2026-08-06 14:46:56 +08:00

4 lines
226 B
Bash

# Login shell hook. easyzsh keeps PATH and machine-local env in ~/.zshenv
# (via ~/.config/zsh/local.zsh). Leave this file empty unless a tool insists
# on writing login-only hooks here — prefer moving those into local.zsh.