xsessionrc: I just remembered that I have nice file called ~/.environment

This commit is contained in:
Mika Suomalainen 2012-04-04 14:06:03 +03:00
parent c930435706
commit cbae2b25ed
1 changed files with 5 additions and 0 deletions

View File

@ -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