From 6fae3be80b67abfda8e475542625169dd6e77f31 Mon Sep 17 00:00:00 2001 From: triethyl Date: Tue, 22 Jul 2025 12:50:08 -0400 Subject: working on custom neovim --- features/user/cli/shells/nushell/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'features') diff --git a/features/user/cli/shells/nushell/default.nix b/features/user/cli/shells/nushell/default.nix index 988308c..dbd66b3 100644 --- a/features/user/cli/shells/nushell/default.nix +++ b/features/user/cli/shells/nushell/default.nix @@ -72,11 +72,11 @@ in { if (try {git rev-parse --is-inside-work-tree e> /dev/null}) != null { direnv allow } else { - git init + # git init direnv allow } - git add $"($path)/." - git commit -m "initialized" + # git add $"($path)/." + # git commit -m "initialized" } # Quickly create a nix shell. -- cgit v1.2.3