diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-02-07 23:33:35 +0200 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-02-07 23:33:35 +0200 |
| commit | e272dd56153949f12e9c9b2222c99e563afb5a4e (patch) | |
| tree | 996ab3d02fd56d31e5ed570b8a07ae31003060fd | |
| parent | 4b8a6d86e372088956faf38ee7d413a636a9fc88 (diff) | |
Add bash profile with ssh-agent
| -rw-r--r-- | .bash_profile | 7 |
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 |
