From f900b2716f8c3c134c91a00d428871335e6e6e5d Mon Sep 17 00:00:00 2001 From: murgi Date: Tue, 5 Aug 2025 13:23:16 +0200 Subject: [PATCH] Autopull test --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 4c63a0b..5635c1c 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -27,7 +27,7 @@ function update_dotfiles () { } if [ "$shared_config" -eq 0 ]; then - update_dotfiles >/dev/null 2>&1 &! + update_dotfiles >/tmp/nvim.log 2>&1 fi