non important commit

This commit is contained in:
maxstrb 2025-10-01 21:37:30 +02:00
parent dd4787d5b2
commit f2d68d670e

View file

@ -55,6 +55,8 @@
if not ($flake_path | path exists) { if not ($flake_path | path exists) {
nvim $file nvim $file
print "wtf dude"
return return
} }
cd $root cd $root
@ -63,6 +65,7 @@
print "Please" print "Please"
} else { } else {
nvim $file nvim $file
print "NOOOO"
} }
} }