shell-things/xsessionrc

9 lines
140 B
Plaintext
Raw Normal View History

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