Get env in xsessionrc.

This commit is contained in:
David Tomaschik
2016-02-22 14:38:57 -08:00
parent 0259497329
commit fd974a153c

View File

@@ -1,2 +1,3 @@
setxkbmap -option ctrl:nocaps setxkbmap -option ctrl:nocaps
test -f "$HOME/.env" && "$HOME/.env"
test -f "$HOME/.profile" && . "$HOME/.profile" test -f "$HOME/.profile" && . "$HOME/.profile"