fix zsh highlighting
This commit is contained in:
parent
9b8bb5e88d
commit
fde26938db
2 changed files with 3 additions and 1 deletions
|
@ -31,6 +31,8 @@ in
|
||||||
source ~/.nix-profile/share/fzf/key-bindings.zsh
|
source ~/.nix-profile/share/fzf/key-bindings.zsh
|
||||||
source ~/.nix-profile/share/fzf/completion.zsh
|
source ~/.nix-profile/share/fzf/completion.zsh
|
||||||
|
|
||||||
|
bindkey '^n' autosuggest-accept
|
||||||
|
|
||||||
preexec() { echo -n -e "\033]0;$1\007" }
|
preexec() { echo -n -e "\033]0;$1\007" }
|
||||||
|
|
||||||
PROMPT="%F{red}%?%f %F{green}%m%f:%F{blue}%~%f "
|
PROMPT="%F{red}%?%f %F{green}%m%f:%F{blue}%~%f "
|
||||||
|
|
|
@ -39,7 +39,7 @@ with lib;
|
||||||
vteIntegration = true;
|
vteIntegration = true;
|
||||||
syntaxHighlighting = {
|
syntaxHighlighting = {
|
||||||
enable = true;
|
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