[ZSH] Reload zsh on dotfiles update

This commit is contained in:
Fabian Ising
2025-12-31 13:25:01 +01:00
parent d59510769a
commit d6acbfec0c

View File

@@ -29,7 +29,7 @@ update_dotfiles() {
cd ~/dotfiles || return
if git fetch --dry-run 2>&1 | grep -q .; then
git pull > /dev/null 2>&1
echo "Updating ($$)" >> /tmp/zsh.log
echo "Updating ($$)." >> /tmp/zsh.log
DOTFILES_UPDATED=1
fi
}