From dbdf0ab31c5f4e01ff518e4538079daef06bc71c Mon Sep 17 00:00:00 2001 From: geezo Date: Thu, 2 Apr 2026 22:28:42 -0400 Subject: [PATCH] checkin --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 3dcabea..07042da 100644 --- a/.zshrc +++ b/.zshrc @@ -24,6 +24,9 @@ plugins=( source $ZSH/oh-my-zsh.sh +# ── Dotfiles sync ────────────────────────────────────────────────────────────── +(cd ~/dotfiles && git pull --ff-only --quiet 2>/dev/null &) + # ── Aliases ──────────────────────────────────────────────────────────────────── [[ -f ~/.aliases ]] && source ~/.aliases