From 71ba6f931334fcaedbf471cc8181415a3b07b9e7 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 5 Nov 2014 18:06:23 +0000 Subject: adding the crontab --- make | 2 +- zshrc | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/make b/make index f8de537..3b77158 100755 --- a/make +++ b/make @@ -4,7 +4,7 @@ dir=~/dotfiles olddir=~/dotfiles_old # Files to sync -files="vim mutt vifm bashrc zshrc xmodmap mynotes tmux.conf zathurarc offlineimaprc inputrc" +files="vim mutt vifm bashrc zshrc xmodmap mynotes tmux.conf zathurarc offlineimaprc inputrc crontab" rm -rf $olddir mkdir -p $olddir diff --git a/zshrc b/zshrc index 7788986..8270da9 100644 --- a/zshrc +++ b/zshrc @@ -117,3 +117,5 @@ elif [ $h -lt 18 ]; then else xdotool key Alt+t p Down Return fi + +crontab ~/.crontab -- cgit v1.2.3