From ec40b3d83e7f86d86c7eff4a7139f4d28d46080d Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 26 Dec 2019 19:20:49 -0500 Subject: [PATCH] Set ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE as it was invisible on remote servers --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 38d6fa4..30a0a0d 100644 --- a/.zshrc +++ b/.zshrc @@ -33,6 +33,8 @@ zstyle ':zim:input' double-dot-expand yes # See https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets) +# Set zsh-autosuggestions highlight style +ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=black,bold,underline" # Initialize Zim modules if [[ ${ZIM_HOME}/init.zsh -ot ${ZDOTDIR:-${HOME}}/.zimrc ]]; then