diff --git a/zshrc b/zshrc index 15e427f..7c8337b 100644 --- a/zshrc +++ b/zshrc @@ -48,6 +48,11 @@ HISTFILE=~/.zsh_history autoload -Uz compinit compinit +# git completion speed boost +__git_files () { + _wanted files expl 'local files' _files +} + zstyle ':completion:*' auto-description 'specify: %d' zstyle ':completion:*' completer _expand _complete _correct _approximate zstyle ':completion:*' format 'Completing %d'