summaryrefslogtreecommitdiffstats
path: root/etc/root/dot.profile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-04-27 11:55:02 +0000
committerjkh <jkh@FreeBSD.org>1999-04-27 11:55:02 +0000
commita6d35492b341c0b95e74bb23a0f1d29bdf6b9fa5 (patch)
tree4d686ddd06085cdda1a29a4c8c2228301b49cf78 /etc/root/dot.profile
parentc3fbb1bdbc3ebfaf1a15a119c4f0b9293bfa2ac5 (diff)
downloadFreeBSD-src-a6d35492b341c0b95e74bb23a0f1d29bdf6b9fa5.zip
FreeBSD-src-a6d35492b341c0b95e74bb23a0f1d29bdf6b9fa5.tar.gz
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.
Diffstat (limited to 'etc/root/dot.profile')
-rw-r--r--etc/root/dot.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/root/dot.profile b/etc/root/dot.profile
index aa45736..9f520f7 100644
--- a/etc/root/dot.profile
+++ b/etc/root/dot.profile
@@ -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
OpenPOWER on IntegriCloud