Remove fast-syntax-highlighting Tweak autosuggestion style to compensate
Alan Pearce alan@alanpearce.eu
Tue, 08 Oct 2019 16:40:19 +0200
2 files changed, 1 insertions(+), 5 deletions(-)
M user/settings/zsh.nix → user/settings/zsh.nix
@@ -49,7 +49,7 @@ size = 10000; }; localVariables = { - ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE = "fg=7"; + ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE = "fg=8"; }; shellAliases = {
M user/zsh/.config/zsh/.zshrc → user/zsh/.config/zsh/.zshrc
@@ -192,7 +192,3 @@ bindkey '^x^k' anyframe-widget-kill fi unsetopt flow_control # Let me use ^S and ^Q - -zplugin ice wait'!' if'[[ -z $SSH_CLIENT ]]' lucid atinit'zpcompinit; zpcdreplay -q' lucid -zplugin load "zdharma/fast-syntax-highlighting" -