From 42f940d384aec2da9e096de1fc9fb534c5ae98a8 Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Wed, 31 Dec 2025 13:21: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 7c1211f..526af23 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -43,7 +43,7 @@ if [ "$shared_config" -eq 0 ]; then fi # If the dotfiles were updated, we are sourcing this file again -if [ "$DOTFILES_UPDATED" -eq 1 ]; then +if [ "$DOTFILES_UPDATED" -eq "1" ]; then echo "Reloading ($$)!" >> /tmp/zsh.log source ~/dotfiles/zsh/.zshrc else