From cfcbe41a93f2465c7c2eb172e4be2e105c89ecc5 Mon Sep 17 00:00:00 2001 From: Olexandr Smirnov Date: Sun, 13 Jul 2025 13:24:39 +0300 Subject: [PATCH] todo: set verbosity explicitly --- config/fish/config.fish | 2 +- config/todo/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/fish/config.fish b/config/fish/config.fish index 973a1c2..e58b7e6 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -18,7 +18,7 @@ if status is-interactive function fish_greeting if type -q todo.sh - todo.sh listpri a + TODOTXT_VERBOSE=0 todo.sh listpri a end end diff --git a/config/todo/config b/config/todo/config index d99347c..fd91f64 100644 --- a/config/todo/config +++ b/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