refactor(shell): stop managing ~/.zprofile

Always-on and machine hooks already live in .zshenv / local.zsh.
Drop the empty stub, remove it on deploy, and leave real .zprofile
files to optional migration into local.zsh only.
This commit is contained in:
Jeffrey
2026-08-06 14:50:11 +08:00
parent e5e2801ce8
commit 7a43940317
5 changed files with 35 additions and 17 deletions
+1 -2
View File
@@ -264,8 +264,7 @@ echo -e "Downloading easyzsh shell stubs\n"
for rel in \
deploy.sh \
.zshenv \
.zshrc \
.zprofile
.zshrc
do
download_easyzsh_file "$rel"
done