fixl
This commit is contained in:
parent
0a320773a8
commit
efcf437778
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue