summaryrefslogtreecommitdiff
path: root/cron_hook
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-11-24 17:17:12 +0100
committerAnton Khirnov <anton@khirnov.net>2020-11-24 17:17:12 +0100
commit420b61bf28bb9b8db166f5979a589547102258b8 (patch)
tree8886f3cdca7ee6795dccb0dfeb8d2ca913900378 /cron_hook
parentbee37840a646f03e834c92180ad366f382e2e9cc (diff)
Add a bash prompt notification for dirty/outdated dotfiles.
Diffstat (limited to 'cron_hook')
-rw-r--r--cron_hook4
1 files changed, 4 insertions, 0 deletions
diff --git a/cron_hook b/cron_hook
new file mode 100644
index 0000000..9dd937a
--- /dev/null
+++ b/cron_hook
@@ -0,0 +1,4 @@
+# this cronjob should be installed manually in the user's crontab
+
+# dotfiles daily hook
+@daily [ -d ~/.local/var/cron/daily ] && run-parts ~/.local/var/cron/daily