mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Add case-insensitive autocompletion to zsh
This commit is contained in:
parent
a00e42e292
commit
2d1db487c7
@ -19,6 +19,7 @@ HISTFILE=~/.cache/zsh/history
|
||||
# Basic auto/tab complete:
|
||||
autoload -U compinit
|
||||
zstyle ':completion:*' menu select
|
||||
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'
|
||||
zmodload zsh/complist
|
||||
compinit
|
||||
_comp_options+=(globdots) # Include hidden files.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user