This commit is contained in:
Tao Tien 2025-03-18 16:43:04 -07:00
parent 0a320773a8
commit efcf437778

View file

@ -52,6 +52,6 @@ def --env c [path: path = "~"] {
l l
} }
def l --wrapped [...rest] { def l --wrapped [path: path = ".", ...rest] {
ls ...$rest | sort-by type name -i -n ls ...$rest $path | sort-by type name -i -n
} }