Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Turn off user dir hashing
Hi all,
I solved this by copying the _tilde coming with Zsh to my personal Zsh
functions directory and removing all mentioning of `users'. I think
_tilde is only used by the completion of cd, so I hope that there are no
side-effects. But I'm still interested if there's a more elegant
solution to this.
Best
eike
On Fri, Oct 22, 2010 at 20:30 +0200, Eike von Seggern wrote:
> Hi all,
>
> is it possible to turn of the hashing of named directories during
> completion? I'm using named directories as
>
> hash -d foo=${HOME}/bar
>
> but the completion of user directories interferes and forces me to type
> more characters as necesarry.
>
> I tried to empty the hash table (hash -d -r) and it is working. But
> during the first completion the named user directories are added to the
> table again:
>
> % hash -d -r
> % hash -d
> % cd ~<Tab>
> user
> [...]
>
> It's probably hidden somewhere in a completion widget/zstyle (I'm not
> really familiar with the nomenclature)?
>
> Thanks
> eike
Messages sorted by:
Reverse Date,
Date,
Thread,
Author