diff --git a/modules/desktop/firefox.nix b/modules/desktop/firefox.nix index 4e68444..873627f 100644 --- a/modules/desktop/firefox.nix +++ b/modules/desktop/firefox.nix @@ -159,7 +159,7 @@ template = "https://docs.rs/{searchTerms}"; } ]; - definedAliases = ["docd"]; + definedAliases = ["doc"]; }; "rust std docs" = { urls = [ 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 }