X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=zsh%2F.zshrc;h=77a5aba13b99e73e407d679d5cb8e0b396b2dde8;hb=31586bbef7fc824c6f9c2476edcd71a3ff52e16d;hp=f41da1de4d700475307d2b998eab6c679c7656c5;hpb=d76427bfbf9a9cf116b42ed93be872f1003dfa86;p=dotfiles.git 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 # }}}