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

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