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 {