From dbaf860849594c8505350740d389d8ba15f9133c Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Mon, 15 Dec 2025 23:29:14 -0500 Subject: [PATCH] Auto-sync from catchthesethighs --- zsh/functions/motd.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/functions/motd.zsh b/zsh/functions/motd.zsh index 1b8b3d1..26b441f 100644 --- a/zsh/functions/motd.zsh +++ b/zsh/functions/motd.zsh @@ -122,7 +122,7 @@ _motd_docker() { _motd_git_repos() { # Check for uncommitted changes in common dirs 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 [[ -d "$dir/.git" ]] || continue