[PC-BSD Commits] r1947 - in pcbsd/trunk/system-overlay: etc usr/share/skel
svn at pcbsd.org
svn at pcbsd.org
Thu May 22 04:11:20 PDT 2008
Author: melkor
Date: 2008-05-22 04:11:19 -0700 (Thu, 22 May 2008)
New Revision: 1947
Modified:
pcbsd/trunk/system-overlay/etc/csh.cshrc
pcbsd/trunk/system-overlay/etc/profile
pcbsd/trunk/system-overlay/usr/share/skel/dot.cshrc
pcbsd/trunk/system-overlay/usr/share/skel/dot.profile
Log:
Move env variables from user to global
Modified: pcbsd/trunk/system-overlay/etc/csh.cshrc
===================================================================
--- pcbsd/trunk/system-overlay/etc/csh.cshrc 2008-05-22 10:24:05 UTC (rev 1946)
+++ pcbsd/trunk/system-overlay/etc/csh.cshrc 2008-05-22 11:11:19 UTC (rev 1947)
@@ -6,3 +6,7 @@
#setenv LC_COLLATE POSIX
setenv QMAKESPEC freebsd-g++
setenv QTDIR /usr/local
+setenv EDITOR ee
+setenv PAGER less
+setenv BLOCKSIZE K
+
Modified: pcbsd/trunk/system-overlay/etc/profile
===================================================================
--- pcbsd/trunk/system-overlay/etc/profile 2008-05-22 10:24:05 UTC (rev 1946)
+++ pcbsd/trunk/system-overlay/etc/profile 2008-05-22 11:11:19 UTC (rev 1947)
@@ -21,3 +21,7 @@
#LC_COLLATE="POSIX"; export LC_COLLATE
QTDIR="/usr/local"; export QTDIR
QMAKESPEC="freebsd-g++"; export QMAKESPEC
+EDITOR=ee; export EDITOR
+PAGER=less; export PAGER
+BLOCKSIZE=K; export BLOCKSIZE
+
Modified: pcbsd/trunk/system-overlay/usr/share/skel/dot.cshrc
===================================================================
--- pcbsd/trunk/system-overlay/usr/share/skel/dot.cshrc 2008-05-22 10:24:05 UTC (rev 1946)
+++ pcbsd/trunk/system-overlay/usr/share/skel/dot.cshrc 2008-05-22 11:11:19 UTC (rev 1947)
@@ -17,9 +17,6 @@
set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/X11R6/bin $HOME/bin)
-setenv EDITOR vi
-setenv PAGER more
-setenv BLOCKSIZE K
setenv CLICOLOR true
if ($?prompt) then
Modified: pcbsd/trunk/system-overlay/usr/share/skel/dot.profile
===================================================================
--- pcbsd/trunk/system-overlay/usr/share/skel/dot.profile 2008-05-22 10:24:05 UTC (rev 1946)
+++ pcbsd/trunk/system-overlay/usr/share/skel/dot.profile 2008-05-22 11:11:19 UTC (rev 1947)
@@ -14,9 +14,6 @@
# Use cons25l1 for iso-* fonts
# TERM=cons25; export TERM
-BLOCKSIZE=K; export BLOCKSIZE
-EDITOR=vi; export EDITOR
-PAGER=more; export PAGER
# set ENV to a file invoked each time sh is started for interactive use.
ENV=$HOME/.shrc; export ENV
More information about the Commits
mailing list