mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-14 14:32:39 +01:00
xsessionrc: Fix environment sourcing.
"source" isn't understood in xsessionrc, but . is.
This commit is contained in:
parent
459bed9221
commit
2ca40ee8bb
@ -9,7 +9,7 @@ echo "USE_VALIDATION_AGENT=true" >> ~/.monkeysphere/monkeysphere.conf
|
||||
|
||||
# The environment was set to ~/.environment according to other files...
|
||||
if [ -f ~/.environment ]; then
|
||||
source ~/.environment
|
||||
. ~/.environment
|
||||
fi
|
||||
|
||||
# Allow custom things to be put to ~/.xcustom
|
||||
|
Loading…
Reference in New Issue
Block a user