bashrc helpers
This commit is contained in:
parent
e9a0c2517c
commit
342ddd2c72
3 changed files with 8 additions and 1 deletions
4
bashrc
4
bashrc
|
@ -155,6 +155,8 @@ alias cdu='cdu -idh'
|
|||
alias dus='du -sh * | sort -h'
|
||||
alias im='profanity'
|
||||
alias eclipseJEE='/home/frank/Programmation/J2EE/eclipse/eclipse'
|
||||
alias mst='mvn install -DskipTests'
|
||||
alias arc='tig'
|
||||
# }}}
|
||||
|
||||
|
||||
|
@ -545,7 +547,7 @@ function cttc
|
|||
cwd=`cat $CONS_ROOT_DIRECTORY/$1`
|
||||
cp -r "$2" "$cwd"
|
||||
else
|
||||
echo "cons to see terminals"
|
||||
echo "cons to see terminals - cttc TERM FILE"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
1
mailcap
1
mailcap
|
@ -4,3 +4,4 @@ audio/*; vlc %s
|
|||
application/pdf; evince %s
|
||||
application/msword; libreoffice %s
|
||||
application/vnd.openxmlformats-officedocument.presentationml.presentation; libreoffice %s #fuck you
|
||||
application/x-gzip; file-roller %s
|
||||
|
|
|
@ -24,6 +24,10 @@ SED=/bin/sed
|
|||
* ^From: .*bons-de-reduction*
|
||||
$SPAMBOX
|
||||
|
||||
:0
|
||||
* ^From: .*DirectIndustry.*
|
||||
$SPAMBOX
|
||||
|
||||
#Out directindustry
|
||||
* ^From:.*Directindustry.*
|
||||
$SPAMBOX
|
||||
|
|
Loading…
Reference in a new issue