non important commit

This commit is contained in:
maxstrb 2025-09-27 14:16:57 +02:00
parent c6258f400d
commit 4225b32569

View file

@ -37,7 +37,7 @@
cd $name
if ($"~/.nix-config/home/modules/create-project/project-blueprints/($type)" | path expand | ls $in | length) > 0 {
glob $"~/.nix-config/home/modules/create-project/project-blueprints/($type)/*" | cp $in .
glob $"~/.nix-config/home/modules/create-project/project-blueprints/($type)/*" | each { |file| cp $file . }
}
if ($"./init.sh" | path type) == "file" {