From cbae2b25edf968b70524f650789ed6f500d90453 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Wed, 4 Apr 2012 14:06:03 +0300 Subject: [PATCH] xsessionrc: I just remembered that I have nice file called ~/.environment --- xsessionrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xsessionrc b/xsessionrc index be4b6d6a..960d45eb 100644 --- a/xsessionrc +++ b/xsessionrc @@ -3,6 +3,11 @@ PATH=$HOME/.local/bin:$PATH # Use gpg-agent eval $(gpg-agent --daemon) +# The environment was set to ~/.environment according to other files... +if [ -f ~/.environment ]; then + source ~/.environment +fi + # Allow custom things to be put to ~/.xcustom if [ -f ~/.xcustom ]; then . ~/.xcustom