diff options
author | Guangxiong Lin <[email protected]> | 2022-07-07 23:01:16 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-07-07 23:01:16 +0800 |
commit | e06f5cab66e1ff586e83f6f4f8871501fd4134d3 (patch) | |
tree | f900f542cb21b882e2d109506b13604f5671c441 /crontab | |
parent | 8b037ba1a08816baceea52966db4daa67aac482d (diff) | |
download | dotfiles-e06f5cab66e1ff586e83f6f4f8871501fd4134d3.tar.gz dotfiles-e06f5cab66e1ff586e83f6f4f8871501fd4134d3.tar.bz2 dotfiles-e06f5cab66e1ff586e83f6f4f8871501fd4134d3.zip |
Add vdirsyncer
Diffstat (limited to 'crontab')
-rw-r--r-- | crontab | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ */30 * * * * /usr/bin/newsboat -x reload */10 * * * * ~/bin/mailsync +*/10 * * * * command -v vdirsyncer > /dev/null && vdirsyncer sync 00 */3 * * * /usr/bin/trash-empty -f 30 00 * * * * [ -e ~/.fehbg ] && DISPLAY=:0 ~/.fehbg 00 * * * * /usr/sbin/anacron -t ~/.dotfiles/anacrontab -S ~/.cache/anacron/spool |