Commit graph

2 commits

Author SHA1 Message Date
2f731f68e2 git-check-all, git-update-all: arithmetic exit-code Fix (set -e)
((counter++)) gibt exit-code 1 wenn counter vorher 0 war.
Mit set -e bricht das Skript dann sofort ab. Fix: || true

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-31 14:41:39 +02:00
81b54ef141 Add git-check-all.sh, git-update-all.sh und .p10k.zsh
- bin/git-check-all.sh: Status aller Git-Repos prüfen (alias gitcheck)
- bin/git-update-all.sh: Alle Git-Repos pullen (alias gitupdate)
- .p10k.zsh: Powerlevel10k-Konfiguration für einheitliches Terminal-Setup
2026-03-09 19:55:36 +01:00