Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

cdr completion



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