mac-sync Alias: git-sync-all.sh direkt vom Gitea-Server ausfuehren

This commit is contained in:
rene 2026-03-14 09:24:32 +01:00
parent 667db5049a
commit 1e4ebaca63

View file

@ -193,6 +193,7 @@ alias gl='git log --oneline --graph --decorate'
alias gitcheck="~/git-check-all.sh --short"
alias gitupdate="~/git-update-all.sh"
alias gitsync="~/git-sync-all.sh"
alias mac-sync="curl -fsSL https://git.motocamp.de/rene/dotfiles-rene/raw/branch/main/bin/git-sync-all.sh | bash"
# 7) History
HISTFILE="$HOME/.zsh_history"