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 dus='du -sh * | sort -h'
|
||||||
alias im='profanity'
|
alias im='profanity'
|
||||||
alias eclipseJEE='/home/frank/Programmation/J2EE/eclipse/eclipse'
|
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`
|
cwd=`cat $CONS_ROOT_DIRECTORY/$1`
|
||||||
cp -r "$2" "$cwd"
|
cp -r "$2" "$cwd"
|
||||||
else
|
else
|
||||||
echo "cons to see terminals"
|
echo "cons to see terminals - cttc TERM FILE"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
1
mailcap
1
mailcap
|
@ -4,3 +4,4 @@ audio/*; vlc %s
|
||||||
application/pdf; evince %s
|
application/pdf; evince %s
|
||||||
application/msword; libreoffice %s
|
application/msword; libreoffice %s
|
||||||
application/vnd.openxmlformats-officedocument.presentationml.presentation; libreoffice %s #fuck you
|
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*
|
* ^From: .*bons-de-reduction*
|
||||||
$SPAMBOX
|
$SPAMBOX
|
||||||
|
|
||||||
|
:0
|
||||||
|
* ^From: .*DirectIndustry.*
|
||||||
|
$SPAMBOX
|
||||||
|
|
||||||
#Out directindustry
|
#Out directindustry
|
||||||
* ^From:.*Directindustry.*
|
* ^From:.*Directindustry.*
|
||||||
$SPAMBOX
|
$SPAMBOX
|
||||||
|
|
Loading…
Reference in a new issue