diff options
Diffstat (limited to 'zsh/index.zsh')
| -rw-r--r-- | zsh/index.zsh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/zsh/index.zsh b/zsh/index.zsh index f3cded4..80c2e37 100644 --- a/zsh/index.zsh +++ b/zsh/index.zsh @@ -13,6 +13,12 @@ zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}' zstyle ':completion:*' menu select # End lf lines added by compinstall +# cdr utility - see zshcontrib(1) +autoload -Uz chpwd_recent_dirs cdr add-zsh-hook +add-zsh-hook chpwd chpwd_recent_dirs +zstyle ':completion:*:*:cdr:*:*' menu selection + + source ~/.config/zsh/prompt.zsh source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh |
