Unverified Commit 6e665c4e authored by Kira Bruneau's avatar Kira Bruneau Committed by GitHub
Browse files

Merge pull request #185987 from LoveIsGrief/display-manager-read-.profile

Attempt to source .profile if .xprofile not found
parents 19c1a740 881512e2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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.