This is a discussion on Re: small patch to etc/skel/dot.cshrc within the mailing.openbsd.tech forums, part of the OpenBSD category; --> No, also. > Small patch to remove "." from path. > > --- etc/skel/dot.cshrc.old Sun Jun 9 01:15:15 2002 ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| No, also. > Small patch to remove "." from path. > > --- etc/skel/dot.cshrc.old Sun Jun 9 01:15:15 2002 > +++ etc/skel/dot.cshrc Tue Feb 17 15:26:02 2004 > @@ -13,7 +13,7 @@ > alias tset 'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars' > alias z suspend > > -set path = (~/bin /bin /sbin /usr/{bin,sbin,local/bin,local/sbin,games} .) > +set path = (~/bin /bin /sbin /usr/{bin,sbin,local/bin,local/sbin,games} ) > > if ($?prompt) then > # An interactive shell -- set some stuff up |