[arch-commits] Commit in filesystem/trunk (profile)

Pierre Schmitz pierre at archlinux.org
Thu Nov 18 18:45:25 UTC 2010


    Date: Thursday, November 18, 2010 @ 13:45:25
  Author: pierre
Revision: 99850

* Add /usr/local to PATH
* Higher level dirs override lower ones in PATH now

Modified:
  filesystem/trunk/profile

---------+
 profile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: profile
===================================================================
--- profile	2010-11-18 18:25:57 UTC (rev 99849)
+++ profile	2010-11-18 18:45:25 UTC (rev 99850)
@@ -1,4 +1,4 @@
-# 
+#
 # /etc/profile
 #
 # This file is intended to be used for ALL common
@@ -30,7 +30,7 @@
 umask 022
 
 # Set our default path
-PATH="/bin:/usr/bin:/sbin:/usr/sbin"
+PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin"
 export PATH
 
 # Load profiles from /etc/profile.d




More information about the arch-commits mailing list