diff options
| author | triethyl <triethylammonium@pm.me> | 2025-07-22 12:50:08 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-07-22 12:50:08 -0400 |
| commit | 6fae3be80b67abfda8e475542625169dd6e77f31 (patch) | |
| tree | abfeafd6a3e3922394f0827149a3fcebdf8d2c42 /features/user/cli/shells/nushell/default.nix | |
| parent | 50018aa0305bd2c5cf91431c128895fc0121d2fa (diff) | |
working on custom neovim
Diffstat (limited to 'features/user/cli/shells/nushell/default.nix')
| -rw-r--r-- | features/user/cli/shells/nushell/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
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. |
