From 82876e16f976ba9993077de16965a732828252ee Mon Sep 17 00:00:00 2001 From: The_miro Date: Sun, 25 May 2025 10:58:49 +0200 Subject: [PATCH] fiexed git default editor --- setup/modules/shell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/modules/shell.sh b/setup/modules/shell.sh index f503fb4..96c0a15 100644 --- a/setup/modules/shell.sh +++ b/setup/modules/shell.sh @@ -35,7 +35,7 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | bash # in lieu of restarting the shell \. "$HOME/.nvm/nvm.sh" - +git config core.editor nvim # Download and install Node.js: nvm install 22