mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
xsessionrc: source ~/.xcustom for customizations.
This commit is contained in:
parent
d33c6cdfa8
commit
7ec7394ba6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user