From 7ab62fcf95739f2e395b2f714babf0f74e32d384 Mon Sep 17 00:00:00 2001 From: murgi Date: Tue, 5 Aug 2025 13:09:50 +0200 Subject: [PATCH] Autopull test --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index b1a0aae..20b1bc0 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -27,7 +27,7 @@ function update_dotfiles () { } if [ "$shared_config" -eq 0 ]; then - update_dotfiles &| + update_dotfiles >/dev/null 2>&1 &| fi