Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- export TODO_DIR="<your dir>"
- export TODO_FILE="$TODO_DIR/todo.txt"
- export DONE_FILE="$TODO_DIR/done.txt"
- export REPORT_FILE="$TODO_DIR/report.txt"
- export TODO_ACTIONS_DIR="$TODO_DIR/.todo.actions.d"
- export TODOTXT_AUTO_ARCHIVE=0
- export TODOTXT_DEFAULT_ACTION=ls
- export TODOTXT_PRESERVE_LINE_NUMBERS=1
- #export TODOTXT_SORT_COMMAND='sort'
- #export TODOTXT_DATE_ON_ADD=1
- ### === HIGH-COLOR === compatible with most terms including putty
- ### for windows... use colors that don't make your eyes bleed :)
- export PINK='\\033[38;5;211m'
- export ORANGE='\\033[38;5;203m'
- export SKYBLUE='\\033[38;5;111m'
- export MEDIUMGREY='\\033[38;5;246m'
- export LAVENDER='\\033[38;5;183m'
- export TAN='\\033[38;5;179m'
- export FOREST='\\033[38;5;22m'
- export MAROON='\\033[38;5;52m'
- export HOTPINK='\\033[38;5;198m'
- export MINTGREEN='\\033[38;5;121m'
- export LIGHTORANGE='\\033[38;5;215m'
- export LIGHTRED='\\033[38;5;203m'
- export JADE='\\033[38;5;35m'
- export LIME='\\033[38;5;154m'
- ### background colors
- export PINK_BG='\\033[48;5;211m'
- export ORANGE_BG='\\033[48;5;203m'
- export SKYBLUE_BG='\\033[48;5;111m'
- export MEDIUMGREY_BG='\\033[48;5;246m'
- export LAVENDER_BG='\\033[48;5;183m'
- export TAN_BG='\\033[48;5;179m'
- export FOREST_BG='\\033[48;5;22m'
- export MAROON_BG='\\033[48;5;52m'
- export HOTPINK_BG='\\033[48;5;198m'
- export MINTGREEN_BG='\\033[48;5;121m'
- export LIGHTORANGE_BG='\\033[48;5;215m'
- export LIGHTRED_BG='\\033[48;5;203m'
- export JADE_BG='\\033[48;5;35m'
- export LIME_BG='\\033[48;5;154m'
- ### extra attributes
- export UNDERLINE='\\033[4m'
- # === COLORS ===
- export PRI_D=$PINK
- export PRI_E=$JADE
- export PRI_F=$ORANGE
- export PRI_G=$SKYBLUE
- export PRI_H=$LIGHTORANGE
- export PRI_I=$LIME
- export PRI_K=$MINTGREEN
Advertisement
Add Comment
Please, Sign In to add comment