dotfiles/bash_profile
2015-10-26 21:41:50 +01:00

10 lines
130 B
Bash

#
# ~/.bash_profile
#
if [ -z "$SSH_AUTH_SOCK" ] ; then
eval `ssh-agent -s` 2> /dev/null
fi
[[ -f ~/.bashrc ]] && . ~/.bashrc