feat: bring zsh up to speed
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user