fix(zsh): dropped auto-suggestions

Was borking the colors within GNU/Screen. Don't find the plugin valuable
enough to worry about trying to resolve it.
This commit is contained in:
Josh Sherman 2020-01-29 22:42:20 -06:00
parent f0457c42d5
commit dfa9547de4
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
2 changed files with 0 additions and 4 deletions

View file

@ -59,7 +59,6 @@ $GITCLONE https://github.com/junegunn/fzf.git "$DOTFZF"
"$DOTFZF/install" --key-bindings --completion --no-update-rc
ZSHPLUGS=(
"zsh-autosuggestions"
"zsh-completions"
"zsh-history-substring-search"
"zsh-syntax-highlighting"

3
zshrc
View file

@ -9,13 +9,10 @@ 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