profile: disable gpg-agent starting

Ubuntu (MATE) 18.04 didn't seem to appreciate it.
This commit is contained in:
Aminda Suomalainen 2018-04-26 12:30:30 +03:00
parent 446c5c14ab
commit c066504a97
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ setxkbmap -option compose:menu -option terminate:ctrl_alt_bksp -option nbsp:none
PATH=$(echo "$PATH" | awk -v RS=':' -v ORS=":" '!a[$1]++{if (NR > 1) printf ORS; printf $a[$1]}')
# Start gpg-agent
eval $(gpg-agent --daemon)
# Ubuntu (MATE) 18.04 doesn't appreciate this
#eval $(gpg-agent --daemon)
# Enable core files.
ulimit -c unlimited