non important commit

This commit is contained in:
maxstrb 2025-10-01 22:31:49 +02:00
parent 15de27c7f5
commit b739f3d0b5

View file

@ -55,6 +55,7 @@
if not ($flake_path | path exists) { if not ($flake_path | path exists) {
nvim $file nvim $file
print $file
return return
} }
cd $root cd $root
@ -62,6 +63,7 @@
print $file print $file
} else { } else {
nvim $file nvim $file
print $file
} }
} }