From d6acbfec0c1b289be609ccc68700a1e939b0adb5 Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Wed, 31 Dec 2025 13:25:01 +0100 Subject: [PATCH] [ZSH] Reload zsh on dotfiles update --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 1b328ba..2225f96 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -29,7 +29,7 @@ update_dotfiles() { cd ~/dotfiles || return if git fetch --dry-run 2>&1 | grep -q .; then git pull > /dev/null 2>&1 - echo "Updating ($$)" >> /tmp/zsh.log + echo "Updating ($$)." >> /tmp/zsh.log DOTFILES_UPDATED=1 fi }