Browse Source

Add more dirs to sync throughout the day

Samuel W. Flint 3 years ago
parent
commit
9a353fe277
1 changed files with 1 additions and 1 deletions
  1. 1 1
      day

+ 1 - 1
day

@@ -85,7 +85,7 @@ elif [ ${CMD} == "end" ] ; then
     notify "Ending Day" "On $(hostname -s)."
 elif [ ${CMD} == "mid" ] ; then
     check_ssh
-    sync-dirs org .emacs.d School .ledger
+    sync-dirs org .emacs.d EBooks Documents School .ledger
     notify "Mid Day Sync" "On $(hostname -s)."
 else
     help