From f858bb2ebb38148fbedd83b603705fe209a21a50 Mon Sep 17 00:00:00 2001 From: dougb Date: Tue, 29 May 2007 22:07:57 +0000 Subject: Remove /usr/X11R6 from the path here too. Reminded by: Niclas Zeising --- share/skel/dot.cshrc | 2 +- share/skel/dot.profile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'share/skel') 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 -- cgit v1.1