feat: bring zsh up to speed

This commit is contained in:
2025-07-21 16:38:28 -04:00
parent 1addf801fa
commit 594bc16677

View File

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