Are you a robot? Then check out this awesome page!
2015-09-26 21:32:00 +02:00
|
|
|
#
|
|
|
|
# ~/.bash_profile
|
|
|
|
#
|
|
|
|
|
|
|
|
if [ -z "$SSH_AUTH_SOCK" ] ; then
|
2015-10-26 21:41:50 +01:00
|
|
|
eval `ssh-agent -s` 2> /dev/null
|
2015-09-26 21:32:00 +02:00
|
|
|
fi
|
|
|
|
|
|
|
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|