all repos

dotfiles @ cfcbe41a93f2465c7c2eb172e4be2e105c89ecc5

i use rach linux btw
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
                18
                 

              
                19
                19
                   function fish_greeting

              
                20
                20
                     if type -q todo.sh

              
                21
                
                -      todo.sh listpri a

              
                
                21
                +      TODOTXT_VERBOSE=0 todo.sh listpri a

              
                22
                22
                     end

              
                23
                23
                   end

              
                24
                24
                 

              
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