shell-things/xsessionrc
2012-04-04 10:16:52 +03:00

9 lines
140 B
Bash

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