Add these two lines to your ~/.zshrc
file:
zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' 'r:|=*' 'l:|=* r:|=*'
autoload -Uz compinit && compinit
Tested on:
MacOS BigSur Version 11.5.1
MacBook Air (M1, 2020)
Add these two lines to your ~/.zshrc
file:
zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' 'r:|=*' 'l:|=* r:|=*'
autoload -Uz compinit && compinit
Tested on:
MacOS BigSur Version 11.5.1
MacBook Air (M1, 2020)
Tested on MBP (M1, 2021) [Sonoma 14.5]. Thanks.