[xsessionrc] allow for a localenv, if it exists

This commit is contained in:
Tobias Schmidl 2023-02-03 15:49:32 +01:00
parent c6c44a8e95
commit 61847fb7c7

View file

@ -1 +1,2 @@
. $HOME/.local/bin/generate-env
[ -r $HOME/.local/bin/localenv ] && . $HOME/.local/bin/localenv