Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
cdr completion
- X-seq: zsh-users 18480
- From: Yuri D'Elia <wavexx@xxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: cdr completion
- Date: Tue, 18 Feb 2014 15:27:55 +0100
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
With:
autoload -Uz chpwd_recent_dirs cdr add-zsh-hook
add-zsh-hook chpwd chpwd_recent_dirs
zstyle ':chpwd:*' recent-dirs-default true
zstyle ':completion:*' recent-dirs-insert always
the command:
cdr ~<TAB>
will still try to complete usernames (for the ~user home directory
completion), which is something I'd like to avoid.
Is this avoidable?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author