On Fri, 17 Feb 2006, Jim Crumley wrote: > On Thu, Feb 16, 2006 at 06:20:43PM -0600, Isaac Atilano wrote: >> Use a shell variable. >> In bash: export vhome=/usr/users/User37/olwe > > A symbolic link might do what you want as well: > ln -s /usr/users/User37/olwe /home/olwe/vhome > > Then you would acces it with ~/vhome. Right. That's actually what I have done myself under similar conditions. It's a little easier to understand and it doesn't require changing the shell configuration. I do think that "cdv" is still a good idea. Mike