From 1c2e8586f4d9cd147bbf245194beb08de1f97701 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 25 Jul 2021 10:34:36 +0200 Subject: Added crontab for pacman, clout and newsboat --- crontab/user.crontab | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 crontab/user.crontab (limited to 'crontab/user.crontab') diff --git a/crontab/user.crontab b/crontab/user.crontab new file mode 100644 index 0000000..a675e15 --- /dev/null +++ b/crontab/user.crontab @@ -0,0 +1,4 @@ +* * */1 * * . $HOME/.zprofile ; clout pull +* * */1 * * . $HOME/.zprofile ; newsboat -x reload + +# vim:ft=crontab -- cgit