cleanup and refining nushell ls

This commit is contained in:
Matt Nish-Lapidus 2025-07-09 13:48:56 -04:00
parent 27866be390
commit 4ed109b715
2 changed files with 13 additions and 13 deletions

24
flake.lock generated
View file

@ -171,11 +171,11 @@
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
"lastModified": 1752027847,
"narHash": "sha256-v+WdGcG0ra7YIyI2HruIYqWWxSXBEaG8UStzjAmkkHk=",
"lastModified": 1752078356,
"narHash": "sha256-6/88TPIbp6rdBCX4t9kN+iEYV4H6hl8bymj9zlITqmc=",
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "5a64a848253e773d14dffe72e95bf302932e6d02",
"rev": "6770bb9f9c937921d14c3da94d03717e3a6a0fed",
"type": "github"
},
"original": {
@ -1091,11 +1091,11 @@
"xwayland-satellite-unstable": "xwayland-satellite-unstable"
},
"locked": {
"lastModified": 1752057206,
"narHash": "sha256-f8fNAag3K3WAq+lJr2EEu2f3xVSFLPddLgJKZRzXa3M=",
"lastModified": 1752078530,
"narHash": "sha256-TrRmlYdhWcadWvBpDjB9Xlry4uT4ZUIO46d+o5tjtCQ=",
"owner": "sodiboo",
"repo": "niri-flake",
"rev": "90c2edcf32d0fcb511fee9a0b8c580a18178c109",
"rev": "d231d92313192d4d0c78d6ef04167fed9dee87cf",
"type": "github"
},
"original": {
@ -1438,11 +1438,11 @@
},
"nixpkgs_7": {
"locked": {
"lastModified": 1751792365,
"narHash": "sha256-J1kI6oAj25IG4EdVlg2hQz8NZTBNYvIS0l4wpr9KcUo=",
"lastModified": 1751984180,
"narHash": "sha256-LwWRsENAZJKUdD3SpLluwDmdXY9F45ZEgCb0X+xgOL0=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "1fd8bada0b6117e6c7eb54aad5813023eed37ccb",
"rev": "9807714d6944a957c2e036f84b0ff8caf9930bc0",
"type": "github"
},
"original": {
@ -2147,11 +2147,11 @@
"rust-overlay": "rust-overlay_4"
},
"locked": {
"lastModified": 1751990390,
"narHash": "sha256-NowBakvN784TC4Ekm9UZvVn/y5+ScpZv7ZUNUa6Z6Cg=",
"lastModified": 1752079139,
"narHash": "sha256-5o7d8ys6wKnKej117TvpE4r+ES3t8ht+qU5NRgsbxaE=",
"owner": "sxyazi",
"repo": "yazi",
"rev": "452b435b719bd6f131eb032d1aab7c06809a2868",
"rev": "bc9dbd35e3b34695bf049114f925c08ccea750a8",
"type": "github"
},
"original": {

View file

@ -63,7 +63,7 @@ def ls [
--mime-type
--threads=$threads
...$pattern
) | select name size modified mode user | update modified {format date "%Y-%m-%d %H:%M:%S"}
) | select name size modified mode user
}
alias "ll" = ls