## vim:ft=zsh ## wrapper around newsbeuter to keep the feeds in sync autoload fdie function __sync { if [[ $HOST != aneurysm ]] { unisync unison aneurysm .newsbeuter || fdie "sync failed" } } __sync || return 1 command newsbeuter $* __sync