Merge branch 'master' of vi-di.fr:dotfiles
This commit is contained in:
commit
f596ed889e
4 changed files with 7 additions and 1 deletions
3
bashrc
3
bashrc
|
@ -504,6 +504,9 @@ function op
|
|||
"uxf")
|
||||
umlet "$1"
|
||||
;;
|
||||
"html")
|
||||
firefox "$1"
|
||||
;;
|
||||
*)
|
||||
xdg-open "$1"
|
||||
;;
|
||||
|
|
|
@ -260,7 +260,7 @@ VACATION="no"
|
|||
##PTL things
|
||||
:0
|
||||
* ^To: .*ptl@posttenebraslab.ch.*
|
||||
* ^Subject:.*(Menu|Dinner|is open|ouvert).*
|
||||
* ^Subject:.*(Menu|Dinner|is open|ouvert|is closed).*
|
||||
$MAILINGLISTS_USELESS
|
||||
|
||||
:0
|
||||
|
|
|
@ -50,3 +50,4 @@ nargin
|
|||
isfield
|
||||
rmfield
|
||||
elseif
|
||||
TEAP
|
||||
|
|
|
@ -206,3 +206,5 @@ noremap! <Left> <Esc>
|
|||
noremap <Right> ""
|
||||
noremap! <Right> <Esc>
|
||||
|
||||
|
||||
"Languagetool - :LanguageToolCheck
|
||||
|
|
Loading…
Reference in a new issue