diff options
Diffstat (limited to 'share/skel')
-rw-r--r-- | share/skel/dot.cshrc | 2 | ||||
-rw-r--r-- | share/skel/dot.profile | 4 |
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 |