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