Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Turn off user dir hashing
- X-seq: zsh-users 15475
- From: Eike von Seggern <eikevons@xxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Turn off user dir hashing
- Date: Fri, 22 Oct 2010 20:30:32 +0200
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mail-followup-to: Zsh Users <zsh-users@xxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
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