Set ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE as it was invisible on remote servers

This commit is contained in:
Adam Goldsmith 2019-12-26 19:20:49 -05:00
parent 40c79488d4
commit ec40b3d83e
1 changed files with 2 additions and 0 deletions

2
.zshrc
View File

@ -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