summaryrefslogtreecommitdiff
path: root/features/user
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-07-22 12:50:08 -0400
committertriethyl <triethylammonium@pm.me>2025-07-22 12:50:08 -0400
commit6fae3be80b67abfda8e475542625169dd6e77f31 (patch)
treeabfeafd6a3e3922394f0827149a3fcebdf8d2c42 /features/user
parent50018aa0305bd2c5cf91431c128895fc0121d2fa (diff)
working on custom neovim
Diffstat (limited to 'features/user')
-rw-r--r--features/user/cli/shells/nushell/default.nix6
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.