X-Git-Url: https://git.donarmstrong.com/?p=home-base.git;a=blobdiff_plain;f=.bashrc;h=c1bdbbe70e271d6c9d7ca03c3a31cc6b84f9ea0d;hp=06c0ab08c5248526ce70cc4b692b2ef1956eb1c5;hb=f6485eb8f3af1f0f1191e4fbcfc5e883aa8bcd5f;hpb=1b8be5ead498e5e443431b46a3fb67b423f30b33 diff --git a/.bashrc b/.bashrc index 06c0ab0..c1bdbbe 100644 --- 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)" ] && \