summaryrefslogtreecommitdiff
path: root/features/user
diff options
context:
space:
mode:
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.