Enable zsh syntax highlighting with new toggle

This commit is contained in:
Dave Gallant
2021-06-28 09:00:22 -04:00
parent 893964169e
commit 3b69bb5efb
2 changed files with 4 additions and 7 deletions

View File

@@ -100,6 +100,7 @@ in
zsh = {
enable = true;
enableAutosuggestions = true;
enableSyntaxHighlighting = true;
history.size = 1000000;
localVariables = {
@@ -139,10 +140,6 @@ in
plugins = [ "git" "last-working-dir" ];
};
plugins = [{
name = "fast-syntax-highlighting";
src = "${pkgs.zsh-fast-syntax-highlighting}/share/zsh/site-functions";
}];
};
alacritty = {