zsh: enable presto and disable casesensitive

This commit is contained in:
cy 2025-02-23 13:44:49 -05:00
parent ba315d4eb0
commit 81d442200b
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts

View file

@ -36,6 +36,12 @@
searchUpKey = "^p"; searchUpKey = "^p";
searchDownKey = "^n"; searchDownKey = "^n";
}; };
prezto = {
enable = true;
caseSensitive = false;
};
initExtra = '' initExtra = ''
# disable control+s to pause terminal # disable control+s to pause terminal
unsetopt FLOW_CONTROL unsetopt FLOW_CONTROL