Auto-sync from catchthesethighs

This commit is contained in:
Aaron D. Lee
2025-12-15 23:29:14 -05:00
parent be3d2dfe46
commit dbaf860849

View File

@@ -122,7 +122,7 @@ _motd_docker() {
_motd_git_repos() { _motd_git_repos() {
# Check for uncommitted changes in common dirs # Check for uncommitted changes in common dirs
local needs_push=0 local needs_push=0
local dirs=("$HOME/.dotfiles" "$HOME/projects"/* "$HOME/work"/* 2>/dev/null) local dirs=("$HOME/.dotfiles" "$HOME/projects" "$HOME/work")
for dir in "${dirs[@]}"; do for dir in "${dirs[@]}"; do
[[ -d "$dir/.git" ]] || continue [[ -d "$dir/.git" ]] || continue