forked from mirrors_public/oddlama_nix-config
feat: persist orcaslicer, also match uppercase from lowercase in zsh
This commit is contained in:
parent
fe75b5b78c
commit
7306bb2cf0
2 changed files with 4 additions and 0 deletions
|
@ -226,6 +226,8 @@ zstyle ':completion:*' verbose true
|
|||
|
||||
# provide .. as a completion
|
||||
zstyle ':completion:*' special-dirs ..
|
||||
# match uppercase from lowercase
|
||||
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'
|
||||
|
||||
|
||||
# --------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue