all repos

dotfiles @ cfcbe41

my dotfiles
2 files changed, 2 insertions(+), 2 deletions(-)
todo: set verbosity explicitly
Author: Olexandr Smirnov olexsmir@gmail.com
Committed at: 2025-07-13 14:31:49 +0300
Parent: f81d02c
M config/fish/config.fish

@@ -18,7 +18,7 @@ direnv hook fish | source

function fish_greeting if type -q todo.sh - todo.sh listpri a + TODOTXT_VERBOSE=0 todo.sh listpri a end end
M config/todo/config

@@ -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