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
}
def l --wrapped [...rest] {
ls ...$rest | sort-by type name -i -n
def l --wrapped [path: path = ".", ...rest] {
ls ...$rest $path | sort-by type name -i -n
}