[PC-BSD Commits] r7929 - pcbsd/current/system-overlay/usr/share/skel
svn at pcbsd.org
svn at pcbsd.org
Wed Oct 27 16:37:04 PDT 2010
Author: kris
Date: 2010-10-27 16:37:04 -0700 (Wed, 27 Oct 2010)
New Revision: 7929
Modified:
pcbsd/current/system-overlay/usr/share/skel/.xprofile
Log:
Make sure we start in right dir in X
Modified: pcbsd/current/system-overlay/usr/share/skel/.xprofile
===================================================================
--- pcbsd/current/system-overlay/usr/share/skel/.xprofile 2010-10-27 23:27:13 UTC (rev 7928)
+++ pcbsd/current/system-overlay/usr/share/skel/.xprofile 2010-10-27 23:37:04 UTC (rev 7929)
@@ -13,3 +13,4 @@
do
if [ -x "${i}" ] ; then ./${i} ; fi
done
+cd ~
More information about the Commits
mailing list