···3535 # Shared environment setup for graphical sessions.
36363737 . /etc/profile
3838+ if test -f ~/.profile; then
3939+ source ~/.profile
4040+ fi
4141+3842 cd "$HOME"
39434044 # Allow the user to execute commands at the beginning of the X session.