dotfiles/bash_profile

12 lines
145 B
Bash
Raw Normal View History

2015-09-26 21:32:00 +02:00
#
# ~/.bash_profile
#
if [ -z "$SSH_AUTH_SOCK" ] ; then
eval `ssh-agent -s`
ssh-add
fi
date -R > ~/.date
[[ -f ~/.bashrc ]] && . ~/.bashrc