diff --git a/.zprofile b/.zprofile index 4742030..2e79e4f 100644 --- a/.zprofile +++ b/.zprofile @@ -46,3 +46,6 @@ fi if [ -d "/usr/local/go/bin" ] ; then PATH="/usr/local/go/bin:$GOPATH:$PATH" fi + +# ssh agent +eval `ssh-agent`