dotfiles/config/fish/functions/fish_greeting.fish

5 lines
94 B
Fish

function fish_greeting
if type -q todo.sh
TODOTXT_VERBOSE=0 todo.sh listpri a
end
end