Avoid touching repo secrets file

This commit is contained in:
MangoPig
2026-06-03 23:59:51 +01:00
parent 1c37bfeede
commit 3299e2e949

View File

@@ -404,7 +404,7 @@ fi
# 6. Cleanup & Secrets
rm -f "$HOME/.zshrc" "$HOME/.zsh_aliases"
mkdir -p "$REPO_ROOT/Zsh"
touch "$REPO_ROOT/Zsh/.zsh_secrets"
[ -e "$REPO_ROOT/Zsh/.zsh_secrets" ] || : > "$REPO_ROOT/Zsh/.zsh_secrets"
# 7. Set Shell
TARGET_SHELL="$(command -v zsh)"