This website requires JavaScript.
Explore
Help
Sign In
xavier
/
config-bash
Watch
1
Star
0
Fork
0
You've already forked config-bash
Code
Issues
Pull Requests
Releases
Wiki
Activity
macos
config-bash
/
profile.d
/
keychain
7 lines
98 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Changes in profile.d
2017-05-17 11:01:35 +02:00
#!/bin/bash
if $(which keychain &> /dev/null)
then
Modified profile file for keychain
2017-05-17 14:28:26 +02:00
eval $(keychain --agents ssh,gpg --eval)
Changes in profile.d
2017-05-17 11:01:35 +02:00
fi
Reference in New Issue
Copy Permalink