diff --git a/other/config.nu b/other/config.nu index b73d09f..0f359b5 100644 --- a/other/config.nu +++ b/other/config.nu @@ -798,7 +798,7 @@ def lcr [ ] { ls **/* | where name ends-with $".($file_extension)" - | each {|file| + | par-each {|file| open $file.name | lines --skip-empty | length }