dotfiles/bash_profile

10 lines
130 B
Bash
Raw Normal View History

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