Start ssh-agent via .zprofile
This commit is contained in:
parent
12590a4a30
commit
1d66958838
1 changed files with 3 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue