todo: set verbosity explicitly

This commit is contained in:
Olexandr Smirnov 2025-07-13 13:24:39 +03:00
parent f81d02cdf9
commit cfcbe41a93
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,6 @@
# vim: ft=bash
# reference: /etc/todo/config
export TODOTXT_VERBOSE=1
export TODO_ACTIONS_DIR="$HOME/.dotfiles/config/todo/actions"
export TODOTXT_DEFAULT_ACTION="next"
@ -18,5 +19,4 @@ export COLOR_PROJECT=$GREEN
export COLOR_CONTEXT=$CYAN
export COLOR_DATE=$BLUE
export COLOR_NUMBER=$CYAN
export COLOR_META=$BLUE