]> arthur.barton.de Git - ax-zsh.git/blob - plugins/completion/completion.zshrc
Enhance debug output
[ax-zsh.git] / plugins / completion / completion.zshrc
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # completion.zshrc: Setup completion
3
4 autoload -U compinit
5
6 setopt completealiases
7
8 zstyle ':completion:*' list-colors ''
9 zstyle ':completion:*' menu select
10 zstyle ':completion:*' special-dirs true
11
12 # Use caching so that commands like apt and dpkg completions are useable
13 zstyle ':completion::complete:*' use-cache 1
14 zstyle ':completion::complete:*' cache-path "$ZSH_CACHE_DIR"