From 5ab72cd4fe62ac88117ebd521ffb8cfde4485645 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 14 Aug 2013 14:52:45 -0400 Subject: move a bunch of things into XDG directories --- .config/cron/make-config | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .config/cron/make-config (limited to '.config/cron/make-config') diff --git a/.config/cron/make-config b/.config/cron/make-config new file mode 100644 index 0000000..afe690d --- /dev/null +++ b/.config/cron/make-config @@ -0,0 +1,2 @@ +# m h dom mon dow command +*/5 * * * * . $HOME/.local/lib/xdg.sh && make -C $XDG_CONFIG_HOME -- cgit v1.2.3-2-g168b From 3f570eac4afc3299fa2a55b39c57fae7f457bc84 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 14 Aug 2013 15:51:54 -0400 Subject: re-jigger to allow easier setting of the path --- .config/cron/make-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/cron/make-config') 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 -- cgit v1.2.3-2-g168b