mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
zsh: use zsh-users/zsh-syntax-highlight instead of zdharma's
This commit is contained in:
parent
6235cfb737
commit
2841fada0a
|
@ -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
|
||||
|
|
|
@ -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)"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user