diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/functions/newsbeuter | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/etc/functions/newsbeuter b/etc/functions/newsbeuter deleted file mode 100644 index 696cd39..0000000 --- a/etc/functions/newsbeuter +++ /dev/null @@ -1,12 +0,0 @@ -## 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 |