[ZSH] Reload zsh on dotfiles update

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

View File

@@ -47,7 +47,7 @@ if [ "$DOTFILES_UPDATED" -eq "1" ]; then
echo "Reloading ($$)!" >> /tmp/zsh.log echo "Reloading ($$)!" >> /tmp/zsh.log
source ~/dotfiles/zsh/.zshrc source ~/dotfiles/zsh/.zshrc
else else
echo "Actual run ($$)!" >> /tmp/zsh.log echo "Actual run ($$)!" >> /tmp/zsh.log
# Load Antidote # Load Antidote
mkdir -p ${ZDOTDIR:-~}/.cache/zsh mkdir -p ${ZDOTDIR:-~}/.cache/zsh
static_file=${ZDOTDIR:-~}/.cache/zsh/.zsh_plugins.zsh static_file=${ZDOTDIR:-~}/.cache/zsh/.zsh_plugins.zsh