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