From 606dfbf243c6cdce8a5497947ebd6d9a31df554e Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Wed, 31 Dec 2025 13:21:34 +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 526af23..0a18347 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -47,7 +47,7 @@ if [ "$DOTFILES_UPDATED" -eq "1" ]; then 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