don't show todo on tty

This commit is contained in:
Daylin Morgan 2023-05-04 09:51:43 -05:00
parent e54e935f04
commit 82f9d20a6b
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -61,4 +61,4 @@ fi
# Source your static plugins file.
source $zsh_plugins
(( $+commands[todo] )) && todo show -s
(( $+commands[todo] )) && is-tty || todo show -s