xsessionrc: Start gpg agent!

This commit is contained in:
Mika Suomalainen 2012-04-04 13:52:03 +03:00
parent 7ec7394ba6
commit 2274e8bee0
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
PATH=$HOME/.local/bin:$PATH
# Use gpg-agent
eval $(gpg-agent --daemon)
# Allow custom things to be put to ~/.xcustom
if [ -f ~/.xcustom ]; then
. ~/.xcustom