diff --git a/setup-desktop.sh b/setup-desktop.sh index 5759371..dc6eedb 100755 --- a/setup-desktop.sh +++ b/setup-desktop.sh @@ -129,7 +129,7 @@ if [[ -d "$DOTFILES_DIR/bin" ]]; then for script in "$DOTFILES_DIR/bin"/*; do [[ -f "$script" ]] && chmod +x "$script" && ln -sf "$script" ~/ done - ok "Dot-Files: git-check-all.sh, git-update-all.sh → ~/" + ok "Dot-Files: git-check-all.sh, git-update-all.sh, git-sync-all.sh → ~/" fi # .zshrc (Linux-Version, ohne Conda/LM Studio/iTerm2) @@ -192,6 +192,7 @@ alias gp='git push' 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" # 7) History HISTFILE="$HOME/.zsh_history"