···35 # Shared environment setup for graphical sessions.
3637 . /etc/profile
000038 cd "$HOME"
3940 # Allow the user to execute commands at the beginning of the X session.
···35 # Shared environment setup for graphical sessions.
3637 . /etc/profile
38+ if test -f ~/.profile; then
39+ source ~/.profile
40+ fi
41+42 cd "$HOME"
4344 # Allow the user to execute commands at the beginning of the X session.