summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2014-02-07 23:33:35 +0200
committerYuval Adam <yuv.adm@gmail.com>2014-02-07 23:33:35 +0200
commite272dd56153949f12e9c9b2222c99e563afb5a4e (patch)
tree996ab3d02fd56d31e5ed570b8a07ae31003060fd /.bash_profile
parent4b8a6d86e372088956faf38ee7d413a636a9fc88 (diff)
Add bash profile with ssh-agent
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile7
1 files changed, 7 insertions, 0 deletions
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