summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2014-11-05 18:06:23 +0000
committerUrbain Vaes <urbain@vaes.uk>2014-11-05 18:06:23 +0000
commit71ba6f931334fcaedbf471cc8181415a3b07b9e7 (patch)
tree97693f483ca08b00bf5972ec1e8cf03357b90843
parent612ff427b1d96ea339e835f72ab514ac62f21fd3 (diff)
adding the crontab
-rwxr-xr-xmake2
-rw-r--r--zshrc2
2 files changed, 3 insertions, 1 deletions
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