[ZSH] Reload zsh on dotfiles update

This commit is contained in:
Fabian Ising
2025-12-31 13:22:18 +01:00
parent 606dfbf243
commit e66cf02a09

View File

@@ -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 ($$)! $DOTFILES_UPDATED" >> /tmp/zsh.log
# Load Antidote
mkdir -p ${ZDOTDIR:-~}/.cache/zsh
static_file=${ZDOTDIR:-~}/.cache/zsh/.zsh_plugins.zsh