mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
8 lines
214 B
Bash
8 lines
214 B
Bash
autoload -U compinit
|
|
compinit
|
|
|
|
# matches case insensitive for lowercase
|
|
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'
|
|
|
|
# pasting with tabs doesn't perform completion
|
|
zstyle ':completion:*' insert-tab pending
|