[PC-BSD Commits] r7305 - pcbsd/current/system-overlay/usr/share/skel
svn at pcbsd.org
svn at pcbsd.org
Mon Jul 26 12:39:09 PDT 2010
Author: kris
Date: 2010-07-26 12:39:09 -0700 (Mon, 26 Jul 2010)
New Revision: 7305
Modified:
pcbsd/current/system-overlay/usr/share/skel/.xprofile
Log:
Style cleanup for .xprofile
Modified: pcbsd/current/system-overlay/usr/share/skel/.xprofile
===================================================================
--- pcbsd/current/system-overlay/usr/share/skel/.xprofile 2010-07-26 19:14:31 UTC (rev 7304)
+++ pcbsd/current/system-overlay/usr/share/skel/.xprofile 2010-07-26 19:39:09 UTC (rev 7305)
@@ -1,7 +1,9 @@
# Setup some extra PATH variables
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/Programs/bin:/usr/local/sbin:/usr/local/bin:/usr/local/kde4/bin:$HOME/bin; export PATH
-XDG_DATA_DIRS="/usr/local/kde4/share:/usr/local/share" ; export XDG_DATA_DIRS
-XDG_MENU_PREFIX="" ; export XDG_MENU_PREFIX
-XDG_CONFIG_DIRS="/usr/local/kde4/etc/xdg:/usr/local/etc/xdg" ; export XDG_CONFIG
-_DIRS
+XDG_DATA_DIRS="/share:/usr/share:/usr/local/share:/usr/local/kde4/share"
+export XDG_DATA_DIRS
+
+XDG_CONFIG_DIRS="/usr/local/etc/xdg:/usr/local/kde4/etc/xdg"
+export XDG_CONFIG_DIRS
+
More information about the Commits
mailing list