Compare commits
No commits in common. "d1dee45d9c127558151482d975bf27cfe117cda1" and "20daa946979c6d9699ec37d1b81213ca465ceffb" have entirely different histories.
d1dee45d9c
...
20daa94697
2 changed files with 2 additions and 2 deletions
|
@ -159,7 +159,7 @@
|
|||
template = "https://docs.rs/{searchTerms}";
|
||||
}
|
||||
];
|
||||
definedAliases = ["doc"];
|
||||
definedAliases = ["docd"];
|
||||
};
|
||||
"rust std docs" = {
|
||||
urls = [
|
||||
|
|
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue