]> git.donarmstrong.com Git - home-base.git/blobdiff - .bashrc
* fix up emacs deleting vc windows and follow symlink confirmation
[home-base.git] / .bashrc
diff --git a/.bashrc b/.bashrc
index 06c0ab08c5248526ce70cc4b692b2ef1956eb1c5..fb14d9598ad41445a791e97728b212f31b93835d 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -25,6 +25,7 @@ if [ "$PS1" ]; then
     fi;
 
     export DEBEMAIL="don@debian.org"
+    export DEBHOME="$(eval 'echo' '~/projects/debian')"
 
     # enable color support of ls and also add handy aliases
     eval `dircolors -b`
@@ -103,7 +104,8 @@ if [ "$PS1" ]; then
     fi;
 
     # set up ssh-agent
-    if which ssh-agent >/dev/null && [ -d ~/.ssh ]; then
+    if which ssh-agent >/dev/null && [ -d ~/.ssh ] &&  \
+       [ -z "$SSH_CONNECTION" ] &&  [ -z "$SSH_CLIENT" ]; then 
 #      for 
        if [ -e ~/.ssh/ssh_agent_info ] && \
            [ -n "$(awk -F '[=;]' '/^SSH_AGENT_PID/{print $2}' ~/.ssh/ssh_agent_info)" ] && \
@@ -130,7 +132,7 @@ if [ "$PS1" ]; then
     if [ "$(hostname)" == "liszt" ] && [ -d /var/list/.bin ]; then
        PATH="/var/list/.bin:$PATH"
     fi;
-    export PATH="~/bin:$PATH"
+    export PATH="$(getent passwd $(id -u)|awk -F: '{print $6}')/bin:$PATH"
     
     if [ ! -e ~/tmp ]; then
        mkdir ~/tmp;