fixup! change repos folder to a dev folder

This commit is contained in:
Arne Dußin 2025-03-27 15:48:37 +03:00
parent c242b0f28c
commit 5bf491847d

View file

@ -28,7 +28,7 @@ def --env dev [project?: string, --nonix (-n)] {
# Switch directory to the project in case a name was passed # Switch directory to the project in case a name was passed
if $project != null { if $project != null {
let path = $"/dev/($project)" let path = $"~/dev/($project)"
if ($path | path exists) { if ($path | path exists) {
cd $path cd $path
} else { } else {