dotfiles/bash_profile

10 lines
129 B
Bash
Raw Normal View History

2015-09-26 19:32:00 +00:00
#
# ~/.bash_profile
#
if [ -z "$SSH_AUTH_SOCK" ] ; then
2015-10-27 19:05:43 +00:00
eval `ssh-agent -s` > /dev/null
2015-09-26 19:32:00 +00:00
fi
[[ -f ~/.bashrc ]] && . ~/.bashrc