From f001958336574bd63652ec64d9c3276002422061 Mon Sep 17 00:00:00 2001 From: Frank Villaro-Dixon Date: Fri, 22 Aug 2014 13:06:55 +0200 Subject: [PATCH] procmail and bashrc --- bashrc | 2 +- procmailrc | 7 +++++++ vim/vimrc | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/bashrc b/bashrc index b611919..5df294e 100644 --- a/bashrc +++ b/bashrc @@ -119,7 +119,7 @@ alias gl='git log --graph --abbrev-commit --pretty=oneline --decorate' alias gitst='git status' alias git_mail='git send-email --annotate --compose origin' alias poule='git pull' -alias gst='git status' +alias gs='git status' alias gci='git commit' alias push='git push' diff --git a/procmailrc b/procmailrc index 84cc23c..ab149fa 100644 --- a/procmailrc +++ b/procmailrc @@ -237,6 +237,13 @@ VACATION="no" #}}} +#Filtering of things I don't care +##PTL dinners +:0 + * ^To: .*ptl@posttenebraslab.ch.* + * ^Subject:.*Menu.* + $BITFLIPBOX + :0 * ^To: .*bit_flipping@villaro-dixon.eu.* $BITFLIPBOX diff --git a/vim/vimrc b/vim/vimrc index d9ef86f..49cb51c 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -151,8 +151,8 @@ autocmd BufNewFile * \ unlet skel | \ goto 1 " skeleton template use <+KEY+> -nnoremap ` /<+.\{-1,}+>c/+>/e -inoremap ` /<+.\{-1,}+>c/+>/e +nnoremap ¸ /<+.\{-1,}+>c/+>/e +inoremap ¸ /<+.\{-1,}+>c/+>/e " }}}