xsessionrc: source ~/.xcustom for customizations.

This commit is contained in:
Mika Suomalainen 2012-04-04 10:16:52 +03:00
parent d33c6cdfa8
commit 7ec7394ba6
1 changed files with 7 additions and 0 deletions

View File

@ -1 +1,8 @@
PATH=$HOME/.local/bin:$PATH
# Allow custom things to be put to ~/.xcustom
if [ -f ~/.xcustom ]; then
. ~/.xcustom
fi
# vim: set ft=sh