non important commit
This commit is contained in:
parent
c6258f400d
commit
4225b32569
1 changed files with 1 additions and 1 deletions
|
|
@ -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" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue