diff --git a/share/skel/dot.cshrc b/share/skel/dot.cshrc index 89993eccc9f4..5fa231979148 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 07da036b6873..2e1ca0cd2220 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