1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00

Make the default paths a bit more rational for our systems (sheesh!).

Thanks, Sean!
Suggested by:	Sean McDermott <spm@staff.cc.purdue.edu>
This commit is contained in:
Jordan K. Hubbard 1995-01-29 08:01:05 +00:00
parent 50d97d16d4
commit f3bee8cfe4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6015
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ setenv EDITOR vi
setenv EXINIT 'set autoindent'
setenv PAGER more
set path = (~/bin /bin /usr/{bin,X11/bin,contrib/bin,games,old/bin} /usr/local/bin)
set path = (~/bin /bin /usr/{bin,games} /usr/local/bin /usr/X11R6/bin)
if ($?prompt) then
# An interactive shell -- set some stuff up

View File

@ -1,4 +1,4 @@
PATH=$HOME/bin:/bin:/usr/bin:/usr/X11/bin:/usr/contrib/bin:/usr/games/bin:/usr/old/bin:/usr/local/bin
PATH=$HOME/bin:/bin:/usr/bin:/usr/games:/usr/X11R6/bin:/usr/local/bin
export PATH
EDITOR=vi