diff --git a/zsh/.zshrc b/zsh/.zshrc index 82e8bbe..782322e 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -44,10 +44,10 @@ fi # If the dotfiles were updated, we are sourcing this file again if [ "$DOTFILES_UPDATED" -eq 1 ]; then - echo "Reloading!" + echo "Reloading!" > /tmp/zsh.log source .zshrc else - echo "Actual run!" + echo "Actual run!" > /tmp/zsh.log # Load Antidote mkdir -p ${ZDOTDIR:-~}/.cache/zsh static_file=${ZDOTDIR:-~}/.cache/zsh/.zsh_plugins.zsh