feat(zsh): remove slow syntax highlighting

main
mandlm 2024-07-29 10:49:52 +02:00
parent aaf401c32c
commit a5706c6dd1
Signed by: mandlm
GPG Key ID: 088ED38F036C7AF2
1 changed files with 0 additions and 4 deletions

View File

@ -13,10 +13,6 @@ in
highlight = zsh_autosuggest_highlight_style;
};
syntaxHighlighting = {
enable = true;
};
initExtra = ''
function set_win_title(){
local TITLE=$(git config --get remote.origin.url || echo "$PWD")