From e158faabfec76ea77e553ac2e141827266783be7 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 8 Oct 2019 16:40:19 +0200 Subject: Remove fast-syntax-highlighting Tweak autosuggestion style to compensate --- user/settings/zsh.nix | 2 +- user/zsh/.config/zsh/.zshrc | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'user') diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index 467c426b..1da9a04d 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -49,7 +49,7 @@ in }; localVariables = { - ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE = "fg=7"; + ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE = "fg=8"; }; shellAliases = { diff --git a/user/zsh/.config/zsh/.zshrc b/user/zsh/.config/zsh/.zshrc index 698e58b1..61679085 100644 --- a/user/zsh/.config/zsh/.zshrc +++ b/user/zsh/.config/zsh/.zshrc @@ -192,7 +192,3 @@ then 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" - -- cgit 1.4.1