Add tmux-agent script

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2017-04-09 01:23:53 +02:00
parent 8e84cbd803
commit 7bb350a996
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

8
bin/tmux-agent Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
[ -e $HOME/.ssh/ssh_auth_sock ] && exit 0
pgrep ssh-agent | xargs -r kill
eval $(ssh-agent)
ln -sf $SSH_AUTH_SOCK $HOME/.ssh/ssh_auth_sock