1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

feat: persist orcaslicer, also match uppercase from lowercase in zsh

This commit is contained in:
oddlama 2024-07-02 22:54:21 +02:00
parent fe75b5b78c
commit 7306bb2cf0
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 4 additions and 0 deletions

View file

@ -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}'
# --------------------------------------------------------------------------------