Skip to content

Commit

Permalink
lstc - sort by date descending
Browse files Browse the repository at this point in the history
  • Loading branch information
GMadorell committed Oct 10, 2022
1 parent 087192a commit 3c73654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -589,9 +589,9 @@ alias kbpaste=paste
# the --extended flag checks the extended extensions on files, useful to see if they are quarantined in MacOS, for example.
alias lst="exa -l -h -a -a --time-style long-iso --extended"
alias l=lst
alias lst_date_created="exa -l -h -t created --sort created -a -a --time-style long-iso"
alias lst_date_created="exa -l -h -t created --sort created -r -a -a --time-style long-iso"
alias lst_created="lst_date_created"
alias lstcreated="lst_data_created"
alias lstcreated="lst_date_created"
alias lstc="lst_date_created"
alias lc="lst_date_created"
alias lst_date_modified="exa -l -h -t modified --sort modified -a -a --time-style long-iso"
Expand Down

0 comments on commit 3c73654

Please sign in to comment.