fix zsh highlighting

This commit is contained in:
Tim Schubert 2021-06-12 00:10:05 +02:00
parent 9b8bb5e88d
commit fde26938db
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 3 additions and 1 deletions

View file

@ -31,6 +31,8 @@ in
source ~/.nix-profile/share/fzf/key-bindings.zsh
source ~/.nix-profile/share/fzf/completion.zsh
bindkey '^n' autosuggest-accept
preexec() { echo -n -e "\033]0;$1\007" }
PROMPT="%F{red}%?%f %F{green}%m%f:%F{blue}%~%f "

View file

@ -39,7 +39,7 @@ with lib;
vteIntegration = true;
syntaxHighlighting = {
enable = true;
highlighters = [ "main" "brackets" "pattern" "cursor" "root" "line" ];
highlighters = [ "main" "brackets" "pattern" "root" "line" ];
};
};
}