diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 6eca1be..9231448 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -70,8 +70,12 @@ export VOLTA_HOME="$HOME/.volta" export PATH="$VOLTA_HOME/bin:$PATH" # https://git-scm.com/book/ms/v2/Appendix-A%3A-Git-in-Other-Environments-Git-in-Zsh +autoload bashcompinit && bashcompinit autoload -Uz compinit && compinit +# aws cli auto complete +complete -C '/usr/local/bin/aws_completer' aws + # https://github.com/zsh-users/zsh-autosuggestions/blob/master/INSTALL.md source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh