From ca951a5a45697561b8f01a8c5008ff60d041b337 Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Wed, 31 Dec 2025 13:20:09 +0100 Subject: [PATCH] [ZSH] Reload zsh on dotfiles update --- zsh/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index b80c2c0..7c1211f 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -44,10 +44,10 @@ fi # If the dotfiles were updated, we are sourcing this file again if [ "$DOTFILES_UPDATED" -eq 1 ]; then - echo "Reloading!" > /tmp/zsh.log + echo "Reloading ($$)!" >> /tmp/zsh.log source ~/dotfiles/zsh/.zshrc else - echo "Actual run!" > /tmp/zsh.log + echo "Actual run ($$)!" >> /tmp/zsh.log # Load Antidote mkdir -p ${ZDOTDIR:-~}/.cache/zsh static_file=${ZDOTDIR:-~}/.cache/zsh/.zsh_plugins.zsh