mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
refactoring
This commit is contained in:
parent
53b18ca0db
commit
f699a87614
24 changed files with 67 additions and 57 deletions
6
shell/ssh
Normal file
6
shell/ssh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# ssh keychain, if no agent set
|
||||
if [ -z "$SSH_AUTH_SOCK" ]; then
|
||||
if which keychain 2>&1 >/dev/null; then
|
||||
eval $(keychain --eval --agents ssh -Q --quiet id_rsa)
|
||||
fi
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue