From 31586bbef7fc824c6f9c2476edcd71a3ff52e16d Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 3 Jan 2021 15:24:33 +0300 Subject: [PATCH] Using newsboat instead of rss2email --- newsboat/.newsboat/config | 13 +++++++++++++ zsh/.zshrc | 3 +-- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 newsboat/.newsboat/config diff --git a/newsboat/.newsboat/config b/newsboat/.newsboat/config new file mode 100644 index 0000000..ff2a19b --- /dev/null +++ b/newsboat/.newsboat/config @@ -0,0 +1,13 @@ +history-limit 0 +text-width 90 +bind-key ^Y up +bind-key ^E down +notify-beep yes + +auto-reload yes +reload-time 120 +reload-threads 10 +suppress-first-reload yes + +feed-sort-order lastupdated +browser "~/bin/www %u &" diff --git a/zsh/.zshrc b/zsh/.zshrc index f41da1d..77a5aba 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -13,7 +13,7 @@ export LISTMAX=9999 # History options {{{ setopt APPEND_HISTORY SHARE_HISTORY INC_APPEND_HISTORY HIST_IGNORE_ALL_DUPS setopt HIST_IGNORE_SPACE -HISTORY_IGNORE="(yt* *|t *|t|sdcv *|mmfileget *|arr|rss)" +HISTORY_IGNORE="(yt* *|t *|t|sdcv *|mmfileget *|arr)" # }}} # Vi mode {{{ @@ -161,7 +161,6 @@ mailpath=( ~/mail/arbeit"?Neue Nachrichten in =arbeit" ) alias arr="mutt -f \=arbeit -e 'source ~/.mutt/accounts/stcnet.ru'" -alias rss="mutt -f \=rss" bindkey -s "OP" " inc\n" # F1 # }}} -- 2.44.0