non important commit
This commit is contained in:
parent
f2d68d670e
commit
0a6f26ea9e
2 changed files with 4 additions and 5 deletions
|
|
@ -51,6 +51,10 @@
|
|||
exit 0
|
||||
}
|
||||
|
||||
git init
|
||||
git add .
|
||||
git commit -m "Project setup"
|
||||
|
||||
print "You are all done"
|
||||
|
||||
exit 0
|
||||
|
|
|
|||
|
|
@ -55,17 +55,12 @@
|
|||
|
||||
if not ($flake_path | path exists) {
|
||||
nvim $file
|
||||
|
||||
print "wtf dude"
|
||||
return
|
||||
}
|
||||
cd $root
|
||||
nix develop . --command nvim $file
|
||||
|
||||
print "Please"
|
||||
} else {
|
||||
nvim $file
|
||||
print "NOOOO"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue