aboutsummaryrefslogtreecommitdiff
path: root/crontab/user.crontab
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-07-25 10:34:36 +0200
committerCharles Cabergs <me@cacharle.xyz>2021-07-25 10:34:36 +0200
commit1c2e8586f4d9cd147bbf245194beb08de1f97701 (patch)
treef9ace458c38e0a1a29d0e07fd1a074eb76d1599d /crontab/user.crontab
parent578b88abc88697409f4885f47ef2c4754201ef7f (diff)
downloaddotfiles-1c2e8586f4d9cd147bbf245194beb08de1f97701.tar.gz
dotfiles-1c2e8586f4d9cd147bbf245194beb08de1f97701.tar.bz2
dotfiles-1c2e8586f4d9cd147bbf245194beb08de1f97701.zip
Added crontab for pacman, clout and newsboat
Diffstat (limited to 'crontab/user.crontab')
-rw-r--r--crontab/user.crontab4
1 files changed, 4 insertions, 0 deletions
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