From 2841fada0ac7c5aaf714a41405c7feb0d8d7c158 Mon Sep 17 00:00:00 2001 From: bretello Date: Sat, 26 Mar 2022 11:30:16 +0100 Subject: [PATCH] zsh: use zsh-users/zsh-syntax-highlight instead of zdharma's --- antibody_plugins.txt | 2 +- brethil_dotfile.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/antibody_plugins.txt b/antibody_plugins.txt index 1f05850..911d827 100644 --- a/antibody_plugins.txt +++ b/antibody_plugins.txt @@ -20,8 +20,8 @@ robbyrussell/oh-my-zsh path:plugins/pylint robbyrussell/oh-my-zsh path:plugins/sudo robbyrussell/oh-my-zsh path:plugins/vagrant robbyrussell/oh-my-zsh path:plugins/vi-mode -zdharma-continuum/fast-syntax-highlighting zsh-users/zsh-autosuggestions zsh-users/zsh-completions +zsh-users/zsh-syntax-highlighting joshskidmore/zsh-fzf-history-search ryutok/rust-zsh-completions diff --git a/brethil_dotfile.sh b/brethil_dotfile.sh index cdbf22c..316fed6 100755 --- a/brethil_dotfile.sh +++ b/brethil_dotfile.sh @@ -26,6 +26,8 @@ elif [[ "$(command -v apt-get)" ]]; then antibody bundle robbyrussell/oh-my-zsh path:plugins/debian fi +ZSH_HIGHLIGHT_STYLES[comment]='fg=gray,bg=white,bold' + # Setup oh-my-zsh path export ZSH="$(antibody path robbyrussell/oh-my-zsh)"