fresh install
[dotfiles.git] / shell / .local / bin / update
index 946edc8..127959f 100755 (executable)
@@ -2,7 +2,7 @@
 NUL=">/dev/null 2>&1"
 
 offlineimap -o -u ttyui
-vdirsyncer sync --max-workers=1
+vdirsyncer sync
 
 cmd() {
        echo -n 'apt-get update && apt-get dist-upgrade && '