From e272dd56153949f12e9c9b2222c99e563afb5a4e Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Fri, 7 Feb 2014 23:33:35 +0200 Subject: Add bash profile with ssh-agent --- .bash_profile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .bash_profile diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..0006ff8 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,7 @@ +# +# ~/.bash_profile +# + +eval `ssh-agent` + +[[ -f ~/.bashrc ]] && . ~/.bashrc -- cgit v1.3.1