procmail and ps1
This commit is contained in:
parent
7aa31368c2
commit
096142bf15
3 changed files with 26 additions and 3 deletions
2
bash_ps1
2
bash_ps1
|
@ -104,5 +104,5 @@ if [ $? -eq 0 ]; then \
|
|||
else \
|
||||
# @2 - Prompt when not in GIT repo
|
||||
echo " '$Yellow$PathShort$Color_Off'\$ "; \
|
||||
fi)'
|
||||
fi)'"\n"
|
||||
|
||||
|
|
|
@ -76,7 +76,7 @@ SED=/bin/sed
|
|||
$SPAMBOX
|
||||
|
||||
:0
|
||||
* ^From:.*(Pfizer|Pfizzer|Pfiizer).*
|
||||
* ^From:.*(Pfizer|Pfizzer|Pfiizer|Prizer).*
|
||||
$SPAMBOX
|
||||
|
||||
#Stupid fucking viagra
|
||||
|
@ -91,6 +91,11 @@ SED=/bin/sed
|
|||
* ^Subject:.*(S|s)av(ings|e).*
|
||||
$SPAMBOX
|
||||
|
||||
#Out discounts
|
||||
* ^To:.*tor@vi-di.fr.*
|
||||
* ^From: American Health Store.*
|
||||
$SPAMBOX
|
||||
|
||||
#Out trading
|
||||
:0 B
|
||||
* (compagny|name)
|
||||
|
|
|
@ -31,7 +31,25 @@
|
|||
|
||||
|
||||
|
||||
\author{Frank Villaro-Dixon}
|
||||
\author{\Large{Frank Villaro-Dixon}\\\texttt{Frank@Villaro-Dixon.eu}}
|
||||
\def\@maketitle{%
|
||||
\newpage
|
||||
\null
|
||||
\vskip 2em%
|
||||
\begin{center}%
|
||||
\let \footnote \thanks
|
||||
{\Large\bfseries \@title \par}%
|
||||
\vskip 1.5em%
|
||||
{\normalsize
|
||||
\lineskip .5em%
|
||||
\begin{tabular}[t]{c}%
|
||||
\@author
|
||||
\end{tabular}\par}%
|
||||
\vskip 1em%
|
||||
{\normalsize \@date}%
|
||||
\end{center}%
|
||||
\par
|
||||
\vskip 1.5em}
|
||||
|
||||
%% Définition des commandes
|
||||
\newcommand{\degree}{\ensuremath{^\circ}}
|
||||
|
|
Loading…
Reference in a new issue