fix(zsh): enable plugin and improve style

Totally forgot to enable the damned thing. Default color blended in too
much, so updated the default color to the darkest color from the
solarized palette that was still readable.
This commit is contained in:
Josh Sherman 2020-01-29 22:18:36 -06:00
parent 2e2bbcdcea
commit 096a641aad
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

3
zshrc
View file

@ -9,10 +9,13 @@ source $DOTFILES/aliases
eval `dircolors $DOTFILES/dircolors`
source $INCLUDES/zsh-autosuggestions/zsh-autosuggestions.zsh
source $INCLUDES/zsh-completions/zsh-completions.plugin.zsh
source $INCLUDES/zsh-history-substring-search/zsh-history-substring-search.zsh
source $INCLUDES/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#586e75"
HISTFILE=$HOME/.zsh_history
HISTSIZE=1000000
SAVEHIST=1000000