]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zshrc
Using newsboat instead of rss2email
[dotfiles.git] / zsh / .zshrc
index f41da1de4d700475307d2b998eab6c679c7656c5..77a5aba13b99e73e407d679d5cb8e0b396b2dde8 100644 (file)
@@ -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 "\eOP" " inc\n" # F1
 # }}}