dotfiles/profile

9 lines
123 B
Plaintext
Raw Normal View History

2015-09-26 19:32:00 +00:00
#
2016-06-02 08:31:06 +00:00
# ~/.profile
2015-09-26 19:32:00 +00:00
#
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
2016-06-27 06:00:00 +00:00
[[ -f ~/.bashrc ]] && . ~/.bashrc