mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
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
|
# provide .. as a completion
|
||||||
zstyle ':completion:*' special-dirs ..
|
zstyle ':completion:*' special-dirs ..
|
||||||
|
# match uppercase from lowercase
|
||||||
|
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'
|
||||||
|
|
||||||
|
|
||||||
# --------------------------------------------------------------------------------
|
# --------------------------------------------------------------------------------
|
||||||
|
|
|
@ -66,6 +66,7 @@
|
||||||
persistence."/state".directories = [
|
persistence."/state".directories = [
|
||||||
"Downloads" # config.xdg.userDirs.download (infinite recursion)
|
"Downloads" # config.xdg.userDirs.download (infinite recursion)
|
||||||
".local/share/invokeai"
|
".local/share/invokeai"
|
||||||
|
".local/share/orca-slicer"
|
||||||
];
|
];
|
||||||
|
|
||||||
persistence."/persist".directories = [
|
persistence."/persist".directories = [
|
||||||
|
@ -76,6 +77,7 @@
|
||||||
".config/gpu-screen-recorder"
|
".config/gpu-screen-recorder"
|
||||||
".config/gh"
|
".config/gh"
|
||||||
".config/gh-dash"
|
".config/gh-dash"
|
||||||
|
".config/OrcaSlicer"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue