REMIND: Adjust alias for better sorting
Default is dddd aadd makes it sort date and time in ascending order (earlier first)
This commit is contained in:
parent
62230ac526
commit
9f00cf46a4
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ alias mbsync="mbsync -c \"$XDG_CONFIG_HOME/isync/mbsyncrc.secret\""
|
|||
alias imapfilter="imapfilter -c \"$XDG_CONFIG_HOME/imapfilter/config.lua\""
|
||||
|
||||
# Makes rem output color by default
|
||||
alias rem="rem -@"
|
||||
alias rem="rem -@ -gaadd"
|
||||
|
||||
|
||||
####################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue