summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2012-10-07 22:12:50 +0200
committerJonas Smedegaard <dr@jones.dk>2012-10-07 22:12:50 +0200
commit0d4986e4eddef12051bc3b315a796877e7e2e18f (patch)
tree9f5d6c72c72ed881cb6f0fe048fa068301931737 /.profile
parent4f3c045140ba47f3996f74dc0e533a628202a8d7 (diff)
Add personal info and a few preferred tools. Start keychain.
Diffstat (limited to '.profile')
-rw-r--r--.profile10
1 files changed, 10 insertions, 0 deletions
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`