diff --git a/zsh/.zshrc b/zsh/.zshrc index 6d64eb7..de5c06a 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -27,7 +27,7 @@ update_dotfiles() { } if [ "$shared_config" -eq 0 ]; then - update_dotfiles >/tmp/nvim.log 2>&1 &! + update_dotfiles 2>&1 &! fi