mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
5 lines
94 B
Fish
5 lines
94 B
Fish
function fish_greeting
|
|
if type -q todo.sh
|
|
TODOTXT_VERBOSE=0 todo.sh listpri a
|
|
end
|
|
end
|