From a79d124f165fbd5ea235a48057fff5ca9120bf29 Mon Sep 17 00:00:00 2001 From: Audric Schiltknecht Date: Tue, 12 Jul 2016 18:34:58 -0400 Subject: Add profile confguration --- install.sh | 3 +++ profile | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 profile diff --git a/install.sh b/install.sh index 9c71d13..87a0ac3 100755 --- a/install.sh +++ b/install.sh @@ -12,6 +12,9 @@ ln -s $CURRENT_PATH/bash/bash_aliases ~/.bash_aliases ln -s $CURRENT_PATH/vim/vimrc ~/.vimrc ln -s $CURRENT_PATH/vim/vim ~/.vim +touch ~/.vimrc.local + +ln -s $CURRENT_PATH/profile ~/.profile ln -s $CURRENT_PATH/Xdefaults ~/.Xdefaults diff --git a/profile b/profile new file mode 100644 index 0000000..ae9c908 --- /dev/null +++ b/profile @@ -0,0 +1,7 @@ +SSHAGENT=/usr/bin/ssh-agent +SSHAGENTARGS="-s" +if [ -z "$SSH_AUTH_SOCK" -a -x "$SSHAGENT" ]; then + eval `$SSHAGENT $SSHAGENTARGS` + trap "kill $SSH_AGENT_PID" 0 +fi + -- cgit v1.2.3-70-g09d2