summaryrefslogtreecommitdiffstats
path: root/share/skel/dot.profile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-12-01 08:41:35 +0000
committerjkh <jkh@FreeBSD.org>1995-12-01 08:41:35 +0000
commit84d1e2da6d7870a677e3203f8d093d40dc112fad (patch)
treeac6d13e581dc0e12193297d539dabb0b2f9f7487 /share/skel/dot.profile
parentd1e63e144e1d1f58d1cb76a6348c28ac3eab5da8 (diff)
downloadFreeBSD-src-84d1e2da6d7870a677e3203f8d093d40dc112fad.zip
FreeBSD-src-84d1e2da6d7870a677e3203f8d093d40dc112fad.tar.gz
Update these from new examples in etc/root. Also comment out
dot.rhosts entries which are wholly bogus and not worth a search on.
Diffstat (limited to 'share/skel/dot.profile')
-rw-r--r--share/skel/dot.profile17
1 files changed, 7 insertions, 10 deletions
diff --git a/share/skel/dot.profile b/share/skel/dot.profile
index 6895ccf..7b74329 100644
--- a/share/skel/dot.profile
+++ b/share/skel/dot.profile
@@ -1,11 +1,8 @@
-PATH=$HOME/bin:/bin:/usr/bin:/usr/games:/usr/X11R6/bin:/usr/local/bin
+# $Id: dot.profile,v 1.8 1994/10/27 05:27:00 phk Exp $
+#
+PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin
+echo 'erase ^H, kill ^U, intr ^C'
+stty crt erase ^H kill ^U intr ^C
export PATH
-
-EDITOR=vi
-export EDITOR
-EXINIT='set autoindent'
-export EXINIT
-PAGER=more
-export PAGER
-
-umask 2
+TERM=cons25
+export TERM
OpenPOWER on IntegriCloud