* Xsession script: set the current directory to $HOME.
svn path=/nixos/trunk/; revision=28511
This commit is contained in:
parent
38cab9070f
commit
7e2ea4df32
@ -21,6 +21,8 @@ let
|
||||
''
|
||||
#! /bin/sh
|
||||
|
||||
cd "$HOME"
|
||||
|
||||
# The first argument of this script is the session type.
|
||||
sessionType="$1"
|
||||
if [ "$sessionType" = default ]; then sessionType=""; fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user