diff --git a/config/fish/functions/fish_greeting.fish b/config/fish/functions/fish_greeting.fish index 20f97f7..018520b 100644 --- a/config/fish/functions/fish_greeting.fish +++ b/config/fish/functions/fish_greeting.fish @@ -1,5 +1,2 @@ function fish_greeting - if type -q todo.sh - TODOTXT_VERBOSE=0 todo.sh listpri a - end end