From 100db79b9bfb98dd098207cb59ee13881aca4b7a Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Wed, 31 Dec 2025 13:19:20 +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 782322e..b80c2c0 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -45,7 +45,7 @@ fi # If the dotfiles were updated, we are sourcing this file again if [ "$DOTFILES_UPDATED" -eq 1 ]; then echo "Reloading!" > /tmp/zsh.log - source .zshrc + source ~/dotfiles/zsh/.zshrc else echo "Actual run!" > /tmp/zsh.log # Load Antidote