Path: utzoo!utgpu!watmath!maytag!watdcsu!pfratar From: pfratar@watdcsu.waterloo.edu (Paul Frattaroli - Department of Computing Services) Newsgroups: uw.unix Subject: Re: searchpath Message-ID: <6286@watdcsu.waterloo.edu> Date: 6 Sep 89 17:51:49 GMT References: <16246@watdragon.waterloo.edu> Reply-To: pfratar@watdcsu.waterloo.edu (Paul Frattaroli - Department of Computing Services) Distribution: uw Organization: U. of Waterloo, Ontario Lines: 36 In article <16246@watdragon.waterloo.edu> dvadura@watdragon.waterloo.edu (Dennis Vadura) writes: >Ok, how do you get /bin/searchpath to put $HOME/bin FIRST in the searchpath >before other directories. I want it searched first since I have replaced > >-dennis >-- >-------------------------------------------------------------------------------- >Death is an experience that is best |Dennis UUCP,BITNET: dvadura@water >shared. [Lt. Worf] |Vadura EDU,CDN,CSNET: dvadura@waterloo >================================================================================ Hi, I'm not sure about searchpath, but what you could try is aliasing those commands to the ones in your directory. For example, alias command '$HOME/bin/command' Alias commands of this sort can be put in your .login file or .cshrc ( or .profile if you like Bourne ). They will be evaluated and put in the environment each time you logon. OR.... You could edit your .login or .cshrc file ( which ever contains "set PATH= blah blah blah" ) and put "~/bin" first. ....Paul F -- -------------------------------------------------------------------------- Paul Frattaroli - Department of Computing Services University of Waterloo < pfratar@watshine.waterloo.edu > < pfratar@watdcsu.waterloo.edu >