Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: problem with named directories over the net
- X-seq: zsh-users 4581
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: problem with named directories over the net
- Date: Fri, 11 Jan 2002 15:38:28 +0000
- In-reply-to: <20020111144105.GA16818@xxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20020111134158.F852@xxxxxxxxxxx> <000501c19a9f$4af36ff0$21c9ca95@xxxxxxxxxxxxxx> <20020111152849.G852@xxxxxxxxxxx> <20020111144105.GA16818@xxxxxxxx>
On Jan 11, 2:41pm, Zefram wrote:
} Subject: Re: problem with named directories over the net
}
} Dominik Vogt wrote:
} >"/home/luthien" is written as "~",
} >not "/net/server/share/home/luthien".
}
} What difference does the option CHASE_LINKS make for you?
I just tried that, and it makes neither one be written as tilde, unless
you also reassign HOME to refer to the chased path, in which case it
makes both be rewritten as tilde.
So something like
setopt CHASE_LINKS
cd $HOME
export HOME=$PWD
should produce the desired effect, although CHASE_LINKS might have some
other side effects you don't like.
I seem to recall that some flavors of automounter don't work right when
you refer to a file by its real automount path and not via the automount
directory.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author