* Xsession script: set the current directory to $HOME.

svn path=/nixos/trunk/; revision=28511
This commit is contained in:
Eelco Dolstra 2011-08-12 10:04:43 +00:00
parent 38cab9070f
commit 7e2ea4df32

View File

@ -21,6 +21,8 @@ let
'' ''
#! /bin/sh #! /bin/sh
cd "$HOME"
# The first argument of this script is the session type. # The first argument of this script is the session type.
sessionType="$1" sessionType="$1"
if [ "$sessionType" = default ]; then sessionType=""; fi if [ "$sessionType" = default ]; then sessionType=""; fi