From 48ca399564be1e4e2fecce5f789e70aff55a15a4 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Wed, 3 Apr 2019 13:03:05 +0200 Subject: [PATCH] Added zsh-autosuggestions, zsh-completions --- .zshrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zshrc b/.zshrc index 90fa398..5a749e8 100644 --- a/.zshrc +++ b/.zshrc @@ -17,7 +17,13 @@ voronkovich/gitignore.plugin.zsh MichaelAquilina/zsh-you-should-use schtobia/zsh $HOME/.local/lib/zsh/custom-zsh +zsh-users/zsh-autosuggestions +zsh-users/zsh-completions zsh-users/zsh-syntax-highlighting EOBUNDLES antigen theme gallifrey antigen apply + +ZSH_AUTOSUGGEST_STRATEGY=match_prev_cmd +ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=10' +bindkey '^ ' autosuggest-accept