Path: utzoo!utgpu!watmath!watdragon!jmsellens From: jmsellens@watdragon.waterloo.edu (John M. Sellens) Newsgroups: uw.unix Subject: Re: searchpath Message-ID: <16274@watdragon.waterloo.edu> Date: 7 Sep 89 19:01:11 GMT References: <16246@watdragon.waterloo.edu> <11418@watcgl.waterloo.edu> Reply-To: jmsellens@watdragon.waterloo.edu (John M. Sellens) Organization: U. of Waterloo, Ontario Lines: 11 In article <11418@watcgl.waterloo.edu> gbaciu@watcgl.waterloo.edu (George Baciu [CGL]) writes: >setenv PATH "$home/bin:`/bin/searchpath type=users type=x11 type=tex`" Since the tex package is now a default package, you no longer need type=tex - it's included in type=users. >setenv PATH "$home/bin:`/bin/searchpath type=users`:$home/myX11:$home/shell" You can also do this as setenv PATH $home/bin:`/bin/searchpath type=users $home/myX11 $home/shell` To avoid this silliness with searchpath, you can use showpath instead: setenv PATH `/bin/showpath $home/bin standard $home/myX11 $home/shell`