Added better autocompletes.

This commit is contained in:
James Patrick 2019-12-26 20:24:12 -05:00
parent e606fab033
commit 90200fc90d

View File

@ -15,6 +15,7 @@ zplug "hlissner/zsh-autopair", as:plugin, defer:2
zplug "junegunn/fzf", use:"shell/*.zsh", defer:2
zplug "zdharma/fast-syntax-highlighting", as:plugin, defer:2
zplug "zsh-users/zsh-autosuggestions", as:plugin, defer:2
zplug "zsh-users/zsh-completions", as:plugin, defer:2
zplug "zsh-users/zsh-history-substring-search", as:plugin, defer:2
if [ -n "$SSH_CONNECTION" ] ; then