summaryrefslogtreecommitdiffstats
path: root/share/skel
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2007-05-29 22:07:57 +0000
committerdougb <dougb@FreeBSD.org>2007-05-29 22:07:57 +0000
commitf858bb2ebb38148fbedd83b603705fe209a21a50 (patch)
tree341036ea6d61c716246dfe6890fe3d9975bcca45 /share/skel
parent250c72de502309154234254ebe6b2295fbae73a0 (diff)
downloadFreeBSD-src-f858bb2ebb38148fbedd83b603705fe209a21a50.zip
FreeBSD-src-f858bb2ebb38148fbedd83b603705fe209a21a50.tar.gz
Remove /usr/X11R6 from the path here too.
Reminded by: Niclas Zeising <niclas.zeising@gmail.com>
Diffstat (limited to 'share/skel')
-rw-r--r--share/skel/dot.cshrc2
-rw-r--r--share/skel/dot.profile4
2 files changed, 3 insertions, 3 deletions
diff --git a/share/skel/dot.cshrc b/share/skel/dot.cshrc
index 89993ec..5fa2319 100644
--- a/share/skel/dot.cshrc
+++ b/share/skel/dot.cshrc
@@ -14,7 +14,7 @@ alias ll ls -lA
# A righteous umask
umask 22
-set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/X11R6/bin $HOME/bin)
+set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin $HOME/bin)
setenv EDITOR vi
setenv PAGER more
diff --git a/share/skel/dot.profile b/share/skel/dot.profile
index 07da036..2e1ca0c 100644
--- a/share/skel/dot.profile
+++ b/share/skel/dot.profile
@@ -5,8 +5,8 @@
# see also sh(1), environ(7).
#
-# remove /usr/games and /usr/X11R6/bin if you want
-PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:$HOME/bin; export PATH
+# remove /usr/games if you want
+PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/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