From 958fe06f12433fc7e6a279f2a4b3feae9eb37d23 Mon Sep 17 00:00:00 2001 From: murgi Date: Tue, 5 Aug 2025 14:29:36 +0200 Subject: [PATCH] Autopull test --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index e0a2e64..6d64eb7 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -21,7 +21,7 @@ fi update_dotfiles() { cd ~/dotfiles || return - if git fetch --dry-run 2>/dev/null | grep -q .; then + if git fetch --dry-run 2>&1 | grep -q .; then git pull > /dev/null 2>&1 fi }