all repos

dotfiles @ 5f0bb7e2cb1a43c207d24df23c45eac7da6c68e4

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