much config. such changes. wow

This commit is contained in:
Geoffrey Frogeye 2015-09-26 21:32:00 +02:00
parent 6944bc9884
commit 603d1b687c
16 changed files with 942 additions and 174 deletions

11
bash_profile Normal file
View file

@ -0,0 +1,11 @@
#
# ~/.bash_profile
#
if [ -z "$SSH_AUTH_SOCK" ] ; then
eval `ssh-agent -s`
ssh-add
fi
date -R > ~/.date
[[ -f ~/.bashrc ]] && . ~/.bashrc