Compare commits

...

2 commits

Author SHA1 Message Date
82f9d20a6b
don't show todo on tty 2023-05-04 09:51:43 -05:00
e54e935f04
upgrade pikaur 2023-05-04 09:51:38 -05:00
2 changed files with 2 additions and 2 deletions

View file

@ -10,9 +10,9 @@ keepbuilddir = no
keepdevbuilddir = yes
keepbuilddeps = no
skipfailedbuild = no
alwaysusedynamicusers = no
ignorearch = no
gpgdir =
dynamicusers = root
[review]
noedit = no

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