Skip to content

Restore dotfiles upgrade check while keeping git auto-fetch disabled#20

Merged
MatthewDolan merged 1 commit intomainfrom
codex/dolan-2026-02-21-remove-git-auto-fetch-configuration
Feb 21, 2026
Merged

Restore dotfiles upgrade check while keeping git auto-fetch disabled#20
MatthewDolan merged 1 commit intomainfrom
codex/dolan-2026-02-21-remove-git-auto-fetch-configuration

Conversation

@MatthewDolan
Copy link
Owner

Motivation

  • Re-enable the periodic dotfiles upgrade check so users continue to receive daily upgrade prompts.
  • Keep automatic git fetch behavior disabled to avoid unexpected network activity from the shell.

Description

  • Reinserted the _dotfiles_check_for_upgrade function and its invocation into home/.zshrc to restore the once-per-24-hour upgrade check.
  • Left the git-auto-fetch plugin out of the Oh My Zsh plugins list to prevent automatic fetching across repositories.
  • Only home/.zshrc was modified.

Testing

  • Sourced the Hermit environment and ran the project test suite with . ./bin/activate-hermit && ./ci/test.sh, and all automated tests passed (1..13, all ok).

Codex Task

@MatthewDolan MatthewDolan merged commit 3bc5f13 into main Feb 21, 2026
1 check passed
@MatthewDolan MatthewDolan deleted the codex/dolan-2026-02-21-remove-git-auto-fetch-configuration branch February 21, 2026 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant