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")
|
"uxf")
|
||||||
umlet "$1"
|
umlet "$1"
|
||||||
;;
|
;;
|
||||||
|
"html")
|
||||||
|
firefox "$1"
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
xdg-open "$1"
|
xdg-open "$1"
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -260,7 +260,7 @@ VACATION="no"
|
||||||
##PTL things
|
##PTL things
|
||||||
:0
|
:0
|
||||||
* ^To: .*ptl@posttenebraslab.ch.*
|
* ^To: .*ptl@posttenebraslab.ch.*
|
||||||
* ^Subject:.*(Menu|Dinner|is open|ouvert).*
|
* ^Subject:.*(Menu|Dinner|is open|ouvert|is closed).*
|
||||||
$MAILINGLISTS_USELESS
|
$MAILINGLISTS_USELESS
|
||||||
|
|
||||||
:0
|
:0
|
||||||
|
|
|
@ -50,3 +50,4 @@ nargin
|
||||||
isfield
|
isfield
|
||||||
rmfield
|
rmfield
|
||||||
elseif
|
elseif
|
||||||
|
TEAP
|
||||||
|
|
|
@ -206,3 +206,5 @@ noremap! <Left> <Esc>
|
||||||
noremap <Right> ""
|
noremap <Right> ""
|
||||||
noremap! <Right> <Esc>
|
noremap! <Right> <Esc>
|
||||||
|
|
||||||
|
|
||||||
|
"Languagetool - :LanguageToolCheck
|
||||||
|
|
Loading…
Reference in a new issue