fix zsh highlighting
This commit is contained in:
parent
9b8bb5e88d
commit
fde26938db
2 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,7 @@ with lib;
|
|||
vteIntegration = true;
|
||||
syntaxHighlighting = {
|
||||
enable = true;
|
||||
highlighters = [ "main" "brackets" "pattern" "cursor" "root" "line" ];
|
||||
highlighters = [ "main" "brackets" "pattern" "root" "line" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue