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:
parent
2e2bbcdcea
commit
096a641aad
1 changed files with 3 additions and 0 deletions
3
zshrc
3
zshrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue