stuf
This commit is contained in:
parent
cbc9ee5b18
commit
7cb15daa78
3 changed files with 3 additions and 3 deletions
|
|
@ -57,7 +57,7 @@ def --env c [path: path = "~"] {
|
|||
}
|
||||
|
||||
def l --wrapped [path: path = ".", ...rest] {
|
||||
ls -t $path ...$rest | insert ext {|row| $row.name | parse "{name}.{ext}" | get ext | get 0? } | sort-by type ext name | reject type ext
|
||||
ls -t $path ...$rest | insert ext {|row| $row.name | parse "{name}.{ext}" | get ext | get 0? } | sort-by --natural type ext name | reject type ext
|
||||
}
|
||||
|
||||
alias list-automounts = systemctl list-units --type=automount
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue