--- /dev/null
+
+
+SHELL=/bin/bash
+
+# m h dom mon dow command
+
+USER=fred
+
+# backs up the maildir folder for fred monthly
+* * 1 * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; tar -czf /z/stuffing/archives/maildir_backup_$(date_stringer).tar.gz $HOME/Maildir) &>/tmp/maildir_backup_${USER}.log
+
+
--- /dev/null
+
+set viminfo='100,<1000,s10,h
+" cranks up the register saved buffer size to 1000 lines, since otherwise the cut buffer will only
+" preserve the default 50 lines for a paste to another file. this makes all registers go up to
+" this size though, so if you save to a lot of different ones, you will use more space in your
+" viminfo file.
+
+