fix recursive line count command
This commit is contained in:
parent
c191adcc99
commit
1308d373ba
1 changed files with 1 additions and 1 deletions
|
@ -793,7 +793,7 @@ def nsp [
|
|||
def lcr [
|
||||
file_extension: string
|
||||
] {
|
||||
ls **/*.$file_extension | each {|file| open $file.name | lines --skip-empty | length} | math sum
|
||||
ls $"**/*.($file_extension)" | each {|file| open $file.name | lines --skip-empty | length} | math sum
|
||||
}
|
||||
|
||||
alias gnix = cd ~/nix-configs;
|
||||
|
|
Loading…
Reference in a new issue