From 0d4986e4eddef12051bc3b315a796877e7e2e18f Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 7 Oct 2012 22:12:50 +0200 Subject: Add personal info and a few preferred tools. Start keychain. --- .bashrc | 21 +++++++++++++++++++++ .profile | 10 ++++++++++ 2 files changed, 31 insertions(+) diff --git a/.bashrc b/.bashrc index 2145ed7..1553cf4 100644 --- a/.bashrc +++ b/.bashrc @@ -108,3 +108,24 @@ if ! shopt -oq posix; then . /etc/bash_completion fi fi + +export CVS_RSH="ssh" + +export editor=mcedit +export EDITOR=mcedit + +export DEBFULLNAME="Jonas Smedegaard" +export DEBUSER="js" +export EMAIL="dr@jones.dk" + +#export REPLYTO="${EMAIL}" + +export DEBEMAIL="${EMAIL}" + +export KMAINT="${DEBFULLNAME}" +export KEMAIL="${EMAIL}" + +export KPKG_MAINTAINER="${DEBFULLNAME}" +export KPKG_EMAIL="${EMAIL}" + +export DEBSIGN_KEYID=C1A00121 diff --git a/.profile b/.profile index c9db459..e7b2413 100644 --- a/.profile +++ b/.profile @@ -20,3 +20,13 @@ fi if [ -d "$HOME/bin" ] ; then PATH="$HOME/bin:$PATH" fi + +if [ -d /var/cache/pbuilder/ccache ]; then + CCACHE_DIR="/var/cache/pbuilder/ccache" +fi +if [ -d /usr/lib/ccontrol ]; then + PATH="/usr/lib/ccontrol:$PATH" +fi +#DISTCC_HOSTS="localhost 192.168.222.252" + +eval `keychain --eval --ignore-missing id_rsa C1A00121` -- cgit v1.2.3