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:
parent
50d97d16d4
commit
f3bee8cfe4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6015
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user