Cole isso em .zshrc
:
zstyle ':completion:*' accept-exact '*(N)'
zstyle ':completion:*' use-cache on
zstyle ':completion:*' cache-path ~/.zsh/cache
Ele ativa o cache de comandos e força a correspondência de prefixo.
Conteúdo para você se capacitar em programação
Cole isso em .zshrc
:
zstyle ':completion:*' accept-exact '*(N)'
zstyle ':completion:*' use-cache on
zstyle ':completion:*' cache-path ~/.zsh/cache
Ele ativa o cache de comandos e força a correspondência de prefixo.