all repos

dotfiles @ 47a93b0506a9f433ca3955c5c7e4cf7c68843f8e

my dotfiles

config/fish/functions/fish_greeting.fish (view raw)

1
2
3
4
5
function fish_greeting
  if type -q todo.sh
    TODOTXT_VERBOSE=0 todo.sh listpri a
  end
end