dotfiles/shell/ssh
2014-08-14 09:29:51 +02:00

6 lines
143 B
Text

# ssh keychain, if no agent set
if [ -z "$SSH_AUTH_SOCK" ]; then
if which envoy 2>&1 >/dev/null; then
source <(envoy -p)
fi
fi