Allow custom sort (tx edgewood)

This commit is contained in:
U-STARBUCK\gina
2009-04-02 22:47:50 -07:00
parent df4f9150cf
commit 8e864568a9
2 changed files with 6 additions and 2 deletions

View File

@@ -39,3 +39,5 @@ export PRI_A=$YELLOW # color for A priority
export PRI_B=$GREEN # color for B priority
export PRI_C=$LIGHT_BLUE # color for C priority
export PRI_X=$WHITE # color for rest of them
export TODOTXT_SORT_COMMAND='env LC_COLLATE=C sort -f -k2' # customize list output