Skip to content

Commit

Permalink
lst_date_created - show last created ones at the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
GMadorell committed Jun 5, 2023
1 parent 0f1ae87 commit abc354a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ alias lst="exa -l -h -a -a --time-style long-iso"
alias l=lst
alias lst_extended="exa -l -h -a -a --time-style long-iso --extended"
alias lste="lst_extended"
alias lst_date_created="exa -l -h -t created --sort created -r -a -a --time-style long-iso"
alias lst_date_created="exa -l -h -t created --sort created -a -a --time-style long-iso"
alias lst_created="lst_date_created"
alias lstcreated="lst_date_created"
alias lstc="lst_date_created"
Expand Down

0 comments on commit abc354a

Please sign in to comment.