From 0a973d87c2265ee78a45c4f524b2d3d008699cc8 Mon Sep 17 00:00:00 2001 From: odrling Date: Sun, 5 Feb 2023 20:46:49 +0100 Subject: [PATCH] [dotsbin] postupdate: update nvim update command --- .local/dotsbin/dots-postupdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/dotsbin/dots-postupdate b/.local/dotsbin/dots-postupdate index 947c0f2..ff5a278 100755 --- a/.local/dotsbin/dots-postupdate +++ b/.local/dotsbin/dots-postupdate @@ -4,7 +4,7 @@ echo updating submodules git -C ~ submodule update --init --recursive --remote echo updating nvim -nvim --headless +SyncQuit +nvim --headless "+Lazy! sync" +qa echo update hikari pipx upgrade hikari