1. Remove the hateful EDITOR=ee from root's environment; it's one

thing to use it at startup, when you don't know if the user can
   handle vi or not, but yet another thing to leave it as a permanent
   land mine for root.

2. Put /usr/X11R6/bin in path; it makes getting the desktop up a lot easier.
This commit is contained in:
Jordan K. Hubbard 1999-04-27 11:55:02 +00:00
parent 0fc6acbfe4
commit 618aa782be
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46114
2 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $Id:$
# $Id: dot.cshrc,v 1.22 1998/09/13 23:05:47 brian Exp $
#
#csh .cshrc file
@ -8,7 +8,6 @@ alias la ls -a
alias lf ls -FA
alias ll ls -lA
setenv EDITOR /usr/bin/ee
setenv PAGER more
setenv BLOCKSIZE K

View File

@ -1,6 +1,6 @@
# $Id: dot.profile,v 1.16 1998/08/14 12:26:43 thepish Exp $
# $Id: dot.profile,v 1.17 1998/08/31 10:53:06 jkoshy Exp $
#
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
export PATH
HOME=/root
export HOME