mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
6 lines
143 B
Text
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
|