1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +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}'
# --------------------------------------------------------------------------------

View file

@ -66,6 +66,7 @@
persistence."/state".directories = [
"Downloads" # config.xdg.userDirs.download (infinite recursion)
".local/share/invokeai"
".local/share/orca-slicer"
];
persistence."/persist".directories = [
@ -76,6 +77,7 @@
".config/gpu-screen-recorder"
".config/gh"
".config/gh-dash"
".config/OrcaSlicer"
];
};