[PC-BSD Commits] r2141 - pcbsd/trunk/system-overlay/usr/share/skel
svn at pcbsd.org
svn at pcbsd.org
Fri Jun 20 07:19:11 PDT 2008
Author: kris
Date: 2008-06-20 07:19:09 -0700 (Fri, 20 Jun 2008)
New Revision: 2141
Modified:
pcbsd/trunk/system-overlay/usr/share/skel/dot.cshrc
pcbsd/trunk/system-overlay/usr/share/skel/dot.profile
Log:
Cleanup the default PATH a bit more, we don't need /usr/X11R6 since it is sym linked to /usr/local, but we can add /Programs/bin, so that PBIs can be easily
launched via command-line
Modified: pcbsd/trunk/system-overlay/usr/share/skel/dot.cshrc
===================================================================
--- pcbsd/trunk/system-overlay/usr/share/skel/dot.cshrc 2008-06-20 14:05:08 UTC (rev 2140)
+++ pcbsd/trunk/system-overlay/usr/share/skel/dot.cshrc 2008-06-20 14:19:09 UTC (rev 2141)
@@ -15,7 +15,7 @@
# A righteous umask
umask 22
-set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/local/kde4/bin /usr/X11R6/bin $HOME/bin)
+set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/local/kde4/bin /Programs/bin $HOME/bin)
setenv CLICOLOR true
Modified: pcbsd/trunk/system-overlay/usr/share/skel/dot.profile
===================================================================
--- pcbsd/trunk/system-overlay/usr/share/skel/dot.profile 2008-06-20 14:05:08 UTC (rev 2140)
+++ pcbsd/trunk/system-overlay/usr/share/skel/dot.profile 2008-06-20 14:19:09 UTC (rev 2141)
@@ -6,7 +6,7 @@
#
# remove /usr/games and /usr/X11R6/bin if you want
-PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/local/kde4/bin:/usr/X11R6/bin:$HOME/bin; export PATH
+PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/local/kde4/bin:/Programs/bin:$HOME/bin; export PATH
# Setting TERM is normally done through /etc/ttys. Do only override
# if you're sure that you'll never log in via telnet or xterm or a
More information about the Commits
mailing list