feat: bring zsh up to speed

This commit is contained in:
Yadunand Prem 2025-07-21 16:38:28 -04:00
parent 1addf801fa
commit 594bc16677
Signed by: yadunut
SSH Key Fingerprint: SHA256:mOIk45aRevEBf+VbljXnmFlCYEUmp4cFprML5FtFAHo

View File

@ -45,22 +45,20 @@
ignoreSpace = true;
};
syntaxHighlighting.enable = true;
# defaultKeymap = "vicmd";
prezto = {
enable = true;
editor.keymap = "vi";
editor.dotExpansion = true;
pmodules = [
# "environment"
# "terminal"
# "utility"
# "directory"
# "editor"
# "history"
# "syntax-highlighting"
# "history-substring-search"
# "autosuggestions"
# "completion"
"environment"
"terminal"
"utility"
"directory"
"editor"
"history"
"syntax-highlighting"
"history-substring-search"
"autosuggestions"
];
};
shellAliases = {