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