blob: 290a53d96fa9f9d443d89f259f984ce979b9b8ef (
plain)
1
2
3
4
5
6
7
|
# . $HOME/.zprofile is to make sure the XDG_* variables are available to the jobs
* * */1 * * . $HOME/.zprofile ; clout pull
* * */1 * * . $HOME/.zprofile ; newsboat -x reload
* * */15 * * . $HOME/.zprofile ; qutebrowser --nowindow :adblock-update
# vim:ft=crontab
|