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:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user