Added zsh-autosuggestions, zsh-completions

This commit is contained in:
Tobias Schmidl 2019-04-03 13:03:05 +02:00 committed by Tobias Schmidl
parent 484df2977a
commit 48ca399564

6
.zshrc
View file

@ -17,7 +17,13 @@ voronkovich/gitignore.plugin.zsh
MichaelAquilina/zsh-you-should-use MichaelAquilina/zsh-you-should-use
schtobia/zsh schtobia/zsh
$HOME/.local/lib/zsh/custom-zsh $HOME/.local/lib/zsh/custom-zsh
zsh-users/zsh-autosuggestions
zsh-users/zsh-completions
zsh-users/zsh-syntax-highlighting zsh-users/zsh-syntax-highlighting
EOBUNDLES EOBUNDLES
antigen theme gallifrey antigen theme gallifrey
antigen apply antigen apply
ZSH_AUTOSUGGEST_STRATEGY=match_prev_cmd
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=10'
bindkey '^ ' autosuggest-accept