# This is personnal stuff containing emails, etc. # personnal mail #~# À changer export MAIL="bombar@crans.org" export DEBEMAIL=$MAIL export DEBFULLNAME="Maxime Bombar" export PATH=$PATH:$HOME/bin:/sbin:/usr/sbin # if [ $HOST == 'poincare' ] then export LC_ALL=en_AU.UTF-8 else export LC_ALL=en_US.UTF-8 fi # Darcs #~# à changer export DARCS_EMAIL="Maxime Bombar " # for pbuilder export BUILD_ROOT="~/pbuilder/custom/" # set editor #~# à changer éventuellement if check_com -c emacs 2>&1; then export EDITOR='emacs' else export EDITOR="nano" fi if check_com -c emacs 2>&1; then export BORG_REPO=bombar@kuthian.servens.org:/cocotte/backups_maxime fi DEBEMAIL="bombar@crans.org" DEBFULLNAME="Maxime Bombar" export DEBEMAIL DEBFULLNAME