zsh: feat: Add case-insensitive autocomplete in zshrc
This commit is contained in:
4
.zshrc
4
.zshrc
@@ -46,6 +46,10 @@ zinit light-mode for \
|
|||||||
|
|
||||||
### End of Zinit's installer chunk
|
### End of Zinit's installer chunk
|
||||||
|
|
||||||
|
# Case-insensitive autocomplete
|
||||||
|
zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' 'r:|=*' 'l:|=* r:|=*'
|
||||||
|
autoload -Uz compinit && compinit
|
||||||
|
|
||||||
zinit ice depth=1; zinit light romkatv/powerlevel10k
|
zinit ice depth=1; zinit light romkatv/powerlevel10k
|
||||||
|
|
||||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||||
|
|||||||
Reference in New Issue
Block a user