summaryrefslogtreecommitdiffstats
path: root/share/skel/dot.profile
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>1998-06-06 15:01:46 +0000
committerkuriyama <kuriyama@FreeBSD.org>1998-06-06 15:01:46 +0000
commit8ce6312ad94c3a57cddf11b89581ee58dc4cd75b (patch)
tree9cc9c1fdbab21aeba7628463dc971466d3b537c9 /share/skel/dot.profile
parentd9ca3f69e656b094714e0e91d1a1b893f9af3445 (diff)
downloadFreeBSD-src-8ce6312ad94c3a57cddf11b89581ee58dc4cd75b.zip
FreeBSD-src-8ce6312ad94c3a57cddf11b89581ee58dc4cd75b.tar.gz
Sync PATH variable with 'dot.login'.
I think here is not my area so feel free to back this out when any troubles are happened. Pointed out by: IIJIMA Akihiro <aki@noc.titech.ac.jp>
Diffstat (limited to 'share/skel/dot.profile')
-rw-r--r--share/skel/dot.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/skel/dot.profile b/share/skel/dot.profile
index 3852c82..3ee09fd 100644
--- a/share/skel/dot.profile
+++ b/share/skel/dot.profile
@@ -1,12 +1,12 @@
-# $Id: dot.profile,v 1.14 1997/08/15 23:41:26 ache Exp $
+# $Id: dot.profile,v 1.15 1997/09/26 08:28:31 joerg Exp $
#
# .profile - Bourne Shell startup script for login shells
#
# see also sh(1), environ(7).
#
-# add /usr/games or /usr/X11R6/bin if you want
-PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:$HOME/bin; export PATH
+# remove /usr/games and /usr/X11R6/bin if you want
+PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/bin:/usr/X11R6/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
OpenPOWER on IntegriCloud