From 42d35c6d9a1185bafcd41e29789bf060bfd9685f Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 4 Jun 2025 03:03:26 +0300 Subject: [PATCH] aliases: make mcg use jj --- modules/common/nushell/environment.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/nushell/environment.nu b/modules/common/nushell/environment.nu index 8475cc6..d92b1f8 100644 --- a/modules/common/nushell/environment.nu +++ b/modules/common/nushell/environment.nu @@ -19,5 +19,5 @@ def --env mc [path: path]: nothing -> nothing { def --env mcg [path: path]: nothing -> nothing { mkdir $path cd $path - git init + jj git init --colocate }