mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
profile: disable gpg-agent starting
Ubuntu (MATE) 18.04 didn't seem to appreciate it.
This commit is contained in:
parent
446c5c14ab
commit
c066504a97
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user