Merge pull request #185987 from LoveIsGrief/display-manager-read-.profile
Attempt to source .profile if .xprofile not found
This commit is contained in:
commit
6e665c4e29
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@ let
|
|||
# Shared environment setup for graphical sessions.
|
||||
|
||||
. /etc/profile
|
||||
if test -f ~/.profile; then
|
||||
source ~/.profile
|
||||
fi
|
||||
|
||||
cd "$HOME"
|
||||
|
||||
# Allow the user to execute commands at the beginning of the X session.
|
||||
|
|
Loading…
Reference in a new issue