[ZSH] Reload zsh on dotfiles update

This commit is contained in:
Fabian Ising
2025-12-31 13:21:01 +01:00
parent ca951a5a45
commit 42f940d384

View File

@@ -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