diff --git a/shell/.config/nushell/config.nu b/shell/.config/nushell/config.nu index 3a51950..314254f 100644 --- a/shell/.config/nushell/config.nu +++ b/shell/.config/nushell/config.nu @@ -825,3 +825,7 @@ def gst [] { def glog [] { git log --pretty=%h»¦«%aN»¦«%s»¦«%aD | lines | split column "»¦«" sha1 committer desc merged_at } + +def l [pattern? = '.'] { + ls $pattern | grid -c +}