don't show todo on tty
This commit is contained in:
parent
e54e935f04
commit
82f9d20a6b
1 changed files with 1 additions and 1 deletions
|
@ -61,4 +61,4 @@ fi
|
||||||
# Source your static plugins file.
|
# Source your static plugins file.
|
||||||
source $zsh_plugins
|
source $zsh_plugins
|
||||||
|
|
||||||
(( $+commands[todo] )) && todo show -s
|
(( $+commands[todo] )) && is-tty || todo show -s
|
||||||
|
|
Loading…
Reference in a new issue