diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-07-25 10:34:36 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-07-25 10:34:36 +0200 |
| commit | 1c2e8586f4d9cd147bbf245194beb08de1f97701 (patch) | |
| tree | f9ace458c38e0a1a29d0e07fd1a074eb76d1599d /crontab/user.crontab | |
| parent | 578b88abc88697409f4885f47ef2c4754201ef7f (diff) | |
| download | dotfiles-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.crontab | 4 |
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 |
