summaryrefslogtreecommitdiffstats
path: root/crontab
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-05-02 14:55:35 -0500
committerJesse Luehrs <doy@tozt.net>2010-05-02 14:55:35 -0500
commit125aa10c706ac205e4924c8c2b244033d100167b (patch)
treee383102b247d5e5c2609958f2ea2eb50b4fd2c1e /crontab
parent2a92dce53ce94a7ca69cac4acc2c983eab57e8dd (diff)
downloadconf-125aa10c706ac205e4924c8c2b244033d100167b.tar.gz
conf-125aa10c706ac205e4924c8c2b244033d100167b.zip
need to explicitly load bashrc in crontab
Diffstat (limited to 'crontab')
-rw-r--r--crontab2
1 files changed, 1 insertions, 1 deletions
diff --git a/crontab b/crontab
index 153803c..7389e45 100644
--- a/crontab
+++ b/crontab
@@ -1,2 +1,2 @@
0 */3 * * * newsbeuter -x reload
-0 5 * * * perlbrew switch perl-5.10.1 && minicpan
+0 5 * * * . $HOME/.bashrc && perlbrew switch perl-5.10.1 && minicpan