zsh: use zsh-users/zsh-syntax-highlight instead of zdharma's

pull/6/head
bretello 2022-03-26 11:30:16 +01:00
parent 6235cfb737
commit 2841fada0a
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
2 changed files with 3 additions and 1 deletions

View File

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

View File

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