Changes in profile.d

This commit is contained in:
2017-05-17 11:01:35 +02:00
parent dff6dcabb4
commit fa95e754a8
3 changed files with 8 additions and 1 deletions

6
profile.d/keychain Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
if $(which keychain &> /dev/null)
then
eval $(keychain --agents ssh,gpg)
fi