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.
This commit is contained in:
Jeffrey
2026-08-06 14:46:56 +08:00
parent 7f80bb66e1
commit e5e2801ce8
12 changed files with 225 additions and 379 deletions
+2 -4
View File
@@ -1,6 +1,4 @@
# Copy to ~/.config/zsh/local.zsh (deploy never overwrites local.zsh).
# Sourced from ~/.zshenv after managed env modules — every zsh sees this,
# including non-interactive agent shells.
# Copy to ~/.config/zsh/local.zsh (deploy never overwrites it).
# Sourced from ~/.zshenv — every zsh sees this, including agents.
#
# . "$HOME/.cargo/env"
# source ~/.orbstack/shell/init.zsh 2>/dev/null || :