>>106870627
Pretty simple really
zstyle ':completion:*' completer _expand _complete _ignored _correct _approximate
zstyle ':completion:*' format 'Completing %d'
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
zstyle ':completion:*' list-prompt %SAt %p: Hit TAB for more, or the character to insert%s
zstyle ':completion:*' matcher-list '' 'm:{[:lower:]}={[:upper:]}'
zstyle ':completion:*' max-errors 2
zstyle :compinstall filename '/home/XXX/.zshrc'
export ZCOMPDUMP="$HOME/.cache/zsh/.zcompdump"
mkdir -p "${ZCOMPDUMP:h}"
autoload -Uz compinit
compinit -d "$ZCOMPDUMP"
Comment too long. Click here to view the full text.