mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 11:12:48 +01:00
xsessionrc: Start gpg agent!
This commit is contained in:
parent
7ec7394ba6
commit
2274e8bee0
@ -1,5 +1,8 @@
|
|||||||
PATH=$HOME/.local/bin:$PATH
|
PATH=$HOME/.local/bin:$PATH
|
||||||
|
|
||||||
|
# Use gpg-agent
|
||||||
|
eval $(gpg-agent --daemon)
|
||||||
|
|
||||||
# Allow custom things to be put to ~/.xcustom
|
# Allow custom things to be put to ~/.xcustom
|
||||||
if [ -f ~/.xcustom ]; then
|
if [ -f ~/.xcustom ]; then
|
||||||
. ~/.xcustom
|
. ~/.xcustom
|
||||||
|
Loading…
Reference in New Issue
Block a user