Skip to content

Commit

Permalink
Sort la result in nushell
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Oct 5, 2024
1 parent 780ff85 commit fb0becc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nushell/config.nu
Original file line number Diff line number Diff line change
Expand Up @@ -930,4 +930,4 @@ use ~/.cache/starship/init.nu

source ~/.zoxide.nu

alias la = ls --all
def la [] { ls --all | sort-by type modified }

0 comments on commit fb0becc

Please sign in to comment.