diff --git a/modules/desktop/firefox.nix b/modules/desktop/firefox.nix index 873627f..4e68444 100644 --- a/modules/desktop/firefox.nix +++ b/modules/desktop/firefox.nix @@ -159,7 +159,7 @@ template = "https://docs.rs/{searchTerms}"; } ]; - definedAliases = ["doc"]; + definedAliases = ["docd"]; }; "rust std docs" = { urls = [ diff --git a/other/config.nu b/other/config.nu index 0f359b5..b73d09f 100644 --- a/other/config.nu +++ b/other/config.nu @@ -798,7 +798,7 @@ def lcr [ ] { ls **/* | where name ends-with $".($file_extension)" - | par-each {|file| + | each {|file| open $file.name | lines --skip-empty | length }