diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-08-14 15:51:54 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-08-14 15:51:54 -0400 |
commit | 3f570eac4afc3299fa2a55b39c57fae7f457bc84 (patch) | |
tree | 21250586016b1f4b93f2d23a3377a1a8e3313f59 /.config/cron | |
parent | 4652fb938285ad72a3d21042c118361969176f80 (diff) |
re-jigger to allow easier setting of the path
Diffstat (limited to '.config/cron')
-rw-r--r-- | .config/cron/make-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/cron/make-config b/.config/cron/make-config index afe690d..448475b 100644 --- a/.config/cron/make-config +++ b/.config/cron/make-config @@ -1,2 +1,2 @@ # m h dom mon dow command -*/5 * * * * . $HOME/.local/lib/xdg.sh && make -C $XDG_CONFIG_HOME +*/5 * * * * . $HOME/.local/lib/path.sh && . $HOME/.local/lib/xdg.sh && make -C $XDG_CONFIG_HOME |