From 11759e4ebdc3000553af3324a8ab089eab2259e9 Mon Sep 17 00:00:00 2001
From: Tony Blyler <git@tonyblyler.com>
Date: Wed, 21 Jun 2023 10:35:05 -0400
Subject: [PATCH] Update upgrade_system to omit neovim now that lazy.nvim kinda
 handles all of that automatically

---
 chezmoi/dot_zshrc.d/executable_upgrade_system.sh | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/chezmoi/dot_zshrc.d/executable_upgrade_system.sh b/chezmoi/dot_zshrc.d/executable_upgrade_system.sh
index 7ec313e..54cf1b8 100644
--- a/chezmoi/dot_zshrc.d/executable_upgrade_system.sh
+++ b/chezmoi/dot_zshrc.d/executable_upgrade_system.sh
@@ -26,7 +26,7 @@ upgrade_system() {
 				# Fedora
 				if command -v dnf &> /dev/null; then
 					sudo dnf upgrade
-				fi
+					fi
 
 				# Arch
 				if command -v yay &> /dev/null; then
@@ -37,10 +37,6 @@ upgrade_system() {
 				;;
 		esac
 
-		if command -v nvim &> /dev/null; then
-			nvim --headless -E -c 'PaqSync' -c 'sleep 5' -c 'TSUpdateSync' -c 'sleep 5' -c 'quit'
-		fi
-
 		if command -v asdf &> /dev/null; then
 			asdf update || true
 			asdf plugin update --all