+ Added tomorrow theme + added spectrum.zsh + added zsh/lib directory + updated prompt + updated colors + set vim theme to Tomorrow-Night-Bright + moved some zsh files to zsh/lib
6 lines
183 B
Bash
6 lines
183 B
Bash
# 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
|