From 5bf491847dad7bebb1d2b2fb6c5f4da8f9b7851a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20Du=C3=9Fin?= Date: Thu, 27 Mar 2025 15:48:37 +0300 Subject: [PATCH] fixup! change repos folder to a dev folder --- nushell/config.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nushell/config.nu b/nushell/config.nu index eaa15a2..0fb7214 100644 --- a/nushell/config.nu +++ b/nushell/config.nu @@ -28,7 +28,7 @@ def --env dev [project?: string, --nonix (-n)] { # Switch directory to the project in case a name was passed if $project != null { - let path = $"/dev/($project)" + let path = $"~/dev/($project)" if ($path | path exists) { cd $path } else {