2 files changed,
2 insertions(+),
2 deletions(-)
jump to
| M | config/fish/config.fish |
| M | config/todo/config |
M
config/todo/config
··· 1 1 # vim: ft=bash 2 2 # reference: /etc/todo/config 3 +export TODOTXT_VERBOSE=1 3 4 4 5 export TODO_ACTIONS_DIR="$HOME/.dotfiles/config/todo/actions" 5 6 export TODOTXT_DEFAULT_ACTION="next" ··· 18 19 export COLOR_CONTEXT=$CYAN 19 20 export COLOR_DATE=$BLUE 20 21 export COLOR_NUMBER=$CYAN 21 - 22 22 export COLOR_META=$BLUE