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

@ -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"
];
};