[ZSH] Reload zsh on dotfiles update

This commit is contained in:
Fabian Ising
2025-12-31 13:19:20 +01:00
parent f9ea8e8f0c
commit 100db79b9b

View File

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