Add find file alias to nushell

This commit is contained in:
Greg Hellings
2025-08-27 11:08:08 -05:00
parent 743c1fede1
commit 8119b9e0a5
+4
View File
@@ -75,6 +75,10 @@ in
}
nixos-rebuild switch --use-remote-sudo --use-substitutes --target-host $host --build-host $buildhost
}
def ff [ $file: string ] {
ls **/* | where name =~ $file
}
'';
settings = {
buffer_editor = lib.getExe config.programs.nixvim.package;