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