procmail and bashrc
This commit is contained in:
parent
44e74f9930
commit
f001958336
3 changed files with 10 additions and 3 deletions
2
bashrc
2
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'
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -151,8 +151,8 @@ autocmd BufNewFile *
|
|||
\ unlet skel |
|
||||
\ goto 1
|
||||
" skeleton template use <+KEY+>
|
||||
nnoremap ` <esc>/<+.\{-1,}+><return>c/+>/e<return>
|
||||
inoremap ` <esc>/<+.\{-1,}+><return>c/+>/e<return>
|
||||
nnoremap ¸ <esc>/<+.\{-1,}+><return>c/+>/e<return>
|
||||
inoremap ¸ <esc>/<+.\{-1,}+><return>c/+>/e<return>
|
||||
" }}}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue